#A8E362

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

Shades of Conifer #A8E362

Tints of Conifer #A8E362

Color information

#A8E362 (or 0xA8E362) is unknown color: approx Conifer. HEX triplet: A8, E3 and 62. RGB value is (168,227,98). Sum of RGB (Red+Green+Blue) = 168+227+98=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E362 is #571C9D. Grayscale: #C3C3C3. Windows color (decimal): -5708958 or 6480808. OLE color: 6480808.

HSL color Cylindrical-coordinate representation of color #A8E362: hue angle of 87.44º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8E362 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB16822798-
CMYK0.2600.570.11
HSL87.44º69.73%63.73%-
HSV(B)87.44º56.83%89.02%-
XYZ45.8264.1421.52-
YUV194.6573.45108.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 227 (89.06% from 255) = 46.04%
BLUE value IS 98 (38.67% from 255) = 19.88%
R=34.08%
G=46.04%
B=19.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168227980.2600.570.1187.4469.7363.73
HexA8E3621A039B574640
Octal2503431423207113127106100
Binary101010001110001111000101101001110011011101011110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E362; }

 p { color: rgb(168,227,98); }

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

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

 a { background-color: rgb(168,227,98); }

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

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

 span { border-color: rgb(168,227,98); }

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