#ADE03B

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

Shades of Conifer #ADE03B

Tints of Conifer #ADE03B

Color information

#ADE03B (or 0xADE03B) is unknown color: approx Conifer. HEX triplet: AD, E0 and 3B. RGB value is (173,224,59). Sum of RGB (Red+Green+Blue) = 173+224+59=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE03B is #521FC4. Grayscale: #BEBEBE. Windows color (decimal): -5382085 or 3924141. OLE color: 3924141.

HSL color Cylindrical-coordinate representation of color #ADE03B: hue angle of 78.55º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADE03B is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB17322459-
CMYK0.2300.740.12
HSL78.55º72.69%55.49%-
HSV(B)78.55º73.66%87.84%-
XYZ44.6862.5113.85-
YUV189.9454.1115.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.94%
GREEN value IS 224 (87.89% from 255) = 49.12%
BLUE value IS 59 (23.44% from 255) = 12.94%
R=37.94%
G=49.12%
B=12.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173224590.2300.740.1278.5572.6955.49
HexADE03B1704AC4f4937
Octal255340732701121411711167
Binary10101101111000001110111011101001010110010011111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE03B; }

 p { color: rgb(173,224,59); }

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

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

 a { background-color: rgb(173,224,59); }

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

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

 span { border-color: rgb(173,224,59); }

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