#ADFE55

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

Shades of Conifer #ADFE55

Tints of Conifer #ADFE55

Color information

#ADFE55 (or 0xADFE55) is unknown color: approx Conifer. HEX triplet: AD, FE and 55. RGB value is (173,254,85). Sum of RGB (Red+Green+Blue) = 173+254+85=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE55 is #5201AA. Grayscale: #D3D3D3. Windows color (decimal): -5374379 or 5635757. OLE color: 5635757.

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

Color convert

RGB17325485-
CMYK0.3200.670.00
HSL88.76º98.83%66.47%-
HSV(B)88.76º66.54%99.61%-
XYZ54.3280.4221.25-
YUV210.5257.16101.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 254 (99.61% from 255) = 49.61%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=33.79%
G=49.61%
B=16.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal173254850.3200.670.0088.7698.8366.47
HexADFE55200430596342
Octal2553761254001030131143102
Binary10101101111111101010101100000010000110101100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFE55; }

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

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

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

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

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

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

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

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