#A8DE5A

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

Shades of Conifer #A8DE5A

Tints of Conifer #A8DE5A

Color information

#A8DE5A (or 0xA8DE5A) is unknown color: approx Conifer. HEX triplet: A8, DE and 5A. RGB value is (168,222,90). Sum of RGB (Red+Green+Blue) = 168+222+90=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE5A is #5721A5. Grayscale: #BFBFBF. Windows color (decimal): -5710246 or 5955240. OLE color: 5955240.

HSL color Cylindrical-coordinate representation of color #A8DE5A: hue angle of 84.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8DE5A is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB16822290-
CMYK0.2400.590.13
HSL84.55º66.67%61.18%-
HSV(B)84.55º59.46%87.06%-
XYZ44.1261.3119.18-
YUV190.8171.11111.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=35%
G=46.25%
B=18.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168222900.2400.590.1384.5566.6761.18
HexA8DE5A1803BD55433d
Octal250336132300731512510375
Binary10101000110111101011010110000111011110110101011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DE5A; }

 p { color: rgb(168,222,90); }

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

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

 a { background-color: rgb(168,222,90); }

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

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

 span { border-color: rgb(168,222,90); }

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