#ADE94E

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

Shades of Conifer #ADE94E

Tints of Conifer #ADE94E

Color information

#ADE94E (or 0xADE94E) is unknown color: approx Conifer. HEX triplet: AD, E9 and 4E. RGB value is (173,233,78). Sum of RGB (Red+Green+Blue) = 173+233+78=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE94E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE94E is #5216B1. Grayscale: #C5C5C5. Windows color (decimal): -5379762 or 5171629. OLE color: 5171629.

HSL color Cylindrical-coordinate representation of color #ADE94E: hue angle of 83.23º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADE94E is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB17323378-
CMYK0.2600.670.09
HSL83.23º77.89%60.98%-
HSV(B)83.23º66.52%91.37%-
XYZ47.7567.7117.76-
YUV197.3960.62110.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 233 (91.41% from 255) = 48.14%
BLUE value IS 78 (30.86% from 255) = 16.12%
R=35.74%
G=48.14%
B=16.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal173233780.2600.670.0983.2377.8960.98
HexADE94E1A0439534e3d
Octal2553511163201031112311675
Binary101011011110100110011101101001000011100110100111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE94E; }

 p { color: rgb(173,233,78); }

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

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

 a { background-color: rgb(173,233,78); }

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

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

 span { border-color: rgb(173,233,78); }

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