#ADE46A

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

Shades of Conifer #ADE46A

Tints of Conifer #ADE46A

Color information

#ADE46A (or 0xADE46A) is unknown color: approx Conifer. HEX triplet: AD, E4 and 6A. RGB value is (173,228,106). Sum of RGB (Red+Green+Blue) = 173+228+106=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE46A is #521B95. Grayscale: #C6C6C6. Windows color (decimal): -5381014 or 7005357. OLE color: 7005357.

HSL color Cylindrical-coordinate representation of color #ADE46A: hue angle of 87.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE46A is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB173228106-
CMYK0.2400.540.11
HSL87.05º69.32%65.49%-
HSV(B)87.05º53.51%89.41%-
XYZ47.5865.4123.75-
YUV197.6576.28110.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=34.12%
G=44.97%
B=20.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732281060.2400.540.1187.0569.3265.49
HexADE46A18036B574541
Octal2553441523006613127105101
Binary101011011110010011010101100001101101011101011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE46A; }

 p { color: rgb(173,228,106); }

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

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

 a { background-color: rgb(173,228,106); }

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

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

 span { border-color: rgb(173,228,106); }

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