#ADF24A

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

Shades of Conifer #ADF24A

Tints of Conifer #ADF24A

Color information

#ADF24A (or 0xADF24A) is unknown color: approx Conifer. HEX triplet: AD, F2 and 4A. RGB value is (173,242,74). Sum of RGB (Red+Green+Blue) = 173+242+74=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF24A is #520DB5. Grayscale: #CACACA. Windows color (decimal): -5377462 or 4911789. OLE color: 4911789.

HSL color Cylindrical-coordinate representation of color #ADF24A: hue angle of 84.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF24A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB17324274-
CMYK0.2900.690.05
HSL84.64º86.6%61.96%-
HSV(B)84.64º69.42%94.9%-
XYZ50.2272.8817.9-
YUV202.2255.64107.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 242 (94.92% from 255) = 49.49%
BLUE value IS 74 (29.30% from 255) = 15.13%
R=35.38%
G=49.49%
B=15.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173242740.2900.690.0584.6486.661.96
HexADF24A1D045555573e
Octal255362112350105512512776
Binary10101101111100101001010111010100010110110101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF24A; }

 p { color: rgb(173,242,74); }

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

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

 a { background-color: rgb(173,242,74); }

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

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

 span { border-color: rgb(173,242,74); }

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