#AFFF66

Color #AFFF66 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFFF66

Tints of Conifer #AFFF66

Color information

#AFFF66 (or 0xAFFF66) is unknown color: approx Conifer. HEX triplet: AF, FF and 66. RGB value is (175,255,102). Sum of RGB (Red+Green+Blue) = 175+255+102=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF66 is #500099. Grayscale: #D6D6D6. Windows color (decimal): -5243034 or 6750127. OLE color: 6750127.

HSL color Cylindrical-coordinate representation of color #AFFF66: hue angle of 91.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFFF66 is Cyan = 0.31, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB175255102-
CMYK0.3100.60
HSL91.37º100%70%-
HSV(B)91.37º60%100%-
XYZ55.8481.5925.38-
YUV213.6465100.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 102 (40.23% from 255) = 19.17%
R=32.89%
G=47.93%
B=19.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551020.3100.6091.3710070
HexAFFF661F03C05b6446
Octal257377146370740133144106
Binary101011111111111111001101111101111000101101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF66; }

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

 H1.HeaderClassName
 {
   color: #AFFF66;
 }
 .AnyTagClassName
 {
   color: #AFFF66;
 }
</style>
background-color css

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

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

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

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

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

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