#ADEE47

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

Shades of Conifer #ADEE47

Tints of Conifer #ADEE47

Color information

#ADEE47 (or 0xADEE47) is unknown color: approx Conifer. HEX triplet: AD, EE and 47. RGB value is (173,238,71). Sum of RGB (Red+Green+Blue) = 173+238+71=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEE47 is #5211B8. Grayscale: #C8C8C8. Windows color (decimal): -5378489 or 4714157. OLE color: 4714157.

HSL color Cylindrical-coordinate representation of color #ADEE47: hue angle of 83.35º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADEE47 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB17323871-
CMYK0.2700.700.07
HSL83.35º83.08%60.59%-
HSV(B)83.35º70.17%93.33%-
XYZ48.9570.4916.99-
YUV199.5355.47109.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 238 (93.36% from 255) = 49.38%
BLUE value IS 71 (28.12% from 255) = 14.73%
R=35.89%
G=49.38%
B=14.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173238710.2700.700.0783.3583.0860.59
HexADEE471B046753533d
Octal255356107330106712312375
Binary10101101111011101000111110110100011011110100111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEE47; }

 p { color: rgb(173,238,71); }

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

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

 a { background-color: rgb(173,238,71); }

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

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

 span { border-color: rgb(173,238,71); }

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