#ADF04A

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

Shades of Conifer #ADF04A

Tints of Conifer #ADF04A

Color information

#ADF04A (or 0xADF04A) is unknown color: approx Conifer. HEX triplet: AD, F0 and 4A. RGB value is (173,240,74). Sum of RGB (Red+Green+Blue) = 173+240+74=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF04A is #520FB5. Grayscale: #C9C9C9. Windows color (decimal): -5377974 or 4911277. OLE color: 4911277.

HSL color Cylindrical-coordinate representation of color #ADF04A: hue angle of 84.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF04A is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB17324074-
CMYK0.2800.690.06
HSL84.22º84.69%61.57%-
HSV(B)84.22º69.17%94.12%-
XYZ49.6371.717.7-
YUV201.0456.3108-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 240 (94.14% from 255) = 49.28%
BLUE value IS 74 (29.30% from 255) = 15.20%
R=35.52%
G=49.28%
B=15.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal173240740.2800.690.0684.2284.6961.57
HexADF04A1C045654553e
Octal255360112340105612412576
Binary10101101111100001001010111000100010111010101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF04A; }

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

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

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

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

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

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

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

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