#ADE45A

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

Shades of Conifer #ADE45A

Tints of Conifer #ADE45A

Color information

#ADE45A (or 0xADE45A) is unknown color: approx Conifer. HEX triplet: AD, E4 and 5A. RGB value is (173,228,90). Sum of RGB (Red+Green+Blue) = 173+228+90=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE45A is #521BA5. Grayscale: #C4C4C4. Windows color (decimal): -5381030 or 5956781. OLE color: 5956781.

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

Color convert

RGB17322890-
CMYK0.2400.610.11
HSL83.91º71.88%62.35%-
HSV(B)83.91º60.53%89.41%-
XYZ46.8265.1119.77-
YUV195.8268.28111.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 228 (89.45% from 255) = 46.44%
BLUE value IS 90 (35.55% from 255) = 18.33%
R=35.23%
G=46.44%
B=18.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal173228900.2400.610.1183.9171.8862.35
HexADE45A1803DB54483e
Octal255344132300751312411076
Binary10101101111001001011010110000111101101110101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE45A; }

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

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

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

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

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

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

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

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