#ADF44C

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

Shades of Conifer #ADF44C

Tints of Conifer #ADF44C

Color information

#ADF44C (or 0xADF44C) is unknown color: approx Conifer. HEX triplet: AD, F4 and 4C. RGB value is (173,244,76). Sum of RGB (Red+Green+Blue) = 173+244+76=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF44C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF44C is #520BB3. Grayscale: #CCCCCC. Windows color (decimal): -5376948 or 5043373. OLE color: 5043373.

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

Color convert

RGB17324476-
CMYK0.2900.690.04
HSL85.36º88.42%62.75%-
HSV(B)85.36º68.85%95.69%-
XYZ50.8974.1118.46-
YUV203.6255.98106.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 244 (95.70% from 255) = 49.49%
BLUE value IS 76 (30.08% from 255) = 15.42%
R=35.09%
G=49.49%
B=15.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173244760.2900.690.0485.3688.4262.75
HexADF44C1D045455583f
Octal255364114350105412513077
Binary10101101111101001001100111010100010110010101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF44C; }

 p { color: rgb(173,244,76); }

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

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

 a { background-color: rgb(173,244,76); }

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

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

 span { border-color: rgb(173,244,76); }

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