Html Css Color HEX #AFF566 Conifer

📋 copy color: '#AFF566'

red 175 ◦ green 245 ◦ blue 102

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

Shades of Conifer #AFF566

Tints of Conifer #AFF566

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.93%

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 33.52%
G = 46.93%
B = 19.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#AFF566 (or 0xAFF566) is known color: Conifer. HEX triplet: AF, F5 and 66. RGB value is (175,245,102). Sum of RGB (Red+Green+Blue) = 175+245+102=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF566 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF566 is #500A99. Grayscale: #D0D0D0. Windows color (decimal): -5245594 or 6747567. OLE color: 6747567.

HSL color Cylindrical-coordinate representation of color #AFF566: hue angle of 89.37º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFF566 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 102 -
CMYK 0.29 0 0.58 0.04
HSL 89.37º 0.88% 0.68% -
HSV(B) 89.37º 0.58% 0.96% -
XYZ 52.73 75.38 24.34 -
YUV 207.77 68.31 104.63 -
System Red Green Blue C M Y K H S L
Decimal 175 245 102 0.29 0 0.58 0.04 89.37 0.88 0.68
Hex AF F5 66 1D 0 3A 4 59 58 44
Octal 257 365 146 35 0 72 4 131 130 104
Binary 10101111 11110101 1100110 11101 0 111010 100 1011001 1011000 1000100

Color Harmonies of #AFF566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF566

Black with #AFF566

Text Example


Text Example

White with #AFF566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF566; }

 p { color: rgb(175,245,102); }

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

background-color css

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

 a { background-color: rgb(175,245,102); }

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

border-color css

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

 span { border-color: rgb(175,245,102); }

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