#ADFE66

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

Shades of Conifer #ADFE66

Tints of Conifer #ADFE66

Color information

#ADFE66 (or 0xADFE66) is unknown color: approx Conifer. HEX triplet: AD, FE and 66. RGB value is (173,254,102). Sum of RGB (Red+Green+Blue) = 173+254+102=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE66 is #520199. Grayscale: #D4D4D4. Windows color (decimal): -5374362 or 6749869. OLE color: 6749869.

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

Color convert

RGB173254102-
CMYK0.3200.600.00
HSL91.97º98.7%69.8%-
HSV(B)91.97º59.84%99.61%-
XYZ55.0780.7325.25-
YUV212.4565.6699.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 254 (99.61% from 255) = 48.02%
BLUE value IS 102 (40.23% from 255) = 19.28%
R=32.70%
G=48.02%
B=19.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732541020.3200.600.0091.9798.769.8
HexADFE662003C05c6346
Octal255376146400740134143106
Binary1010110111111110110011010000001111000101110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFE66; }

 p { color: rgb(173,254,102); }

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

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

 a { background-color: rgb(173,254,102); }

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

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

 span { border-color: rgb(173,254,102); }

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