Html Css Color HEX #AFF258 Conifer

📋 copy color: '#AFF258'

red 175 ◦ green 242 ◦ blue 88

#AFF258
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFF258

Tints of Conifer #AFF258

RGB

 RED value IS 175 (68.75% from 255) = 34.65%

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 88 (34.77% from 255) = 17.43%

R = 34.65%
G = 47.92%
B = 17.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFF258 (or 0xAFF258) is known color: Conifer. HEX triplet: AF, F2 and 58. RGB value is (175,242,88). Sum of RGB (Red+Green+Blue) = 175+242+88=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF258 is #500DA7. Grayscale: #CCCCCC. Windows color (decimal): -5246376 or 5829295. OLE color: 5829295.

HSL color Cylindrical-coordinate representation of color #AFF258: hue angle of 86.1º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF258 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 88 -
CMYK 0.28 0 0.64 0.05
HSL 86.1º 0.86% 0.65% -
HSV(B) 86.1º 0.64% 0.95% -
XYZ 51.19 73.32 20.69 -
YUV 204.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 175 242 88 0.28 0 0.64 0.05 86.1 0.86 0.65
Hex AF F2 58 1C 0 40 5 56 56 41
Octal 257 362 130 34 0 100 5 126 126 101
Binary 10101111 11110010 1011000 11100 0 1000000 101 1010110 1010110 1000001

Color Harmonies of #AFF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF258

Black with #AFF258

Text Example


Text Example

White with #AFF258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF258; }

 p { color: rgb(175,242,88); }

 H1.HeaderClassName
 {
   color: #AFF258;
 }
 .AnyTagClassName
 {
   color: #AFF258;
 }
</style>

background-color css

<style>
 a { background-color: #AFF258; }

 a { background-color: rgb(175,242,88); }

 div.DivClassName
 {
   background-color: #AFF258;
 }
 .BgClassName
 {
   background-color: #AFF258;
 }
</style>

border-color css

<style>
 span { border-color: #AFF258; }

 span { border-color: rgb(175,242,88); }

 td.TdClassName
 {
   border-color: #AFF258;
 }
 .TagClassName
 {
   border-color: #AFF258;
 }
</style>