#A8CE66

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

Shades of Conifer #A8CE66

Tints of Conifer #A8CE66

Color information

#A8CE66 (or 0xA8CE66) is unknown color: approx Conifer. HEX triplet: A8, CE and 66. RGB value is (168,206,102). Sum of RGB (Red+Green+Blue) = 168+206+102=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE66 is #573199. Grayscale: #B7B7B7. Windows color (decimal): -5714330 or 6737576. OLE color: 6737576.

HSL color Cylindrical-coordinate representation of color #A8CE66: hue angle of 81.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8CE66 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB168206102-
CMYK0.1800.500.19
HSL81.92º51.49%60.39%-
HSV(B)81.92º50.49%80.78%-
XYZ40.6253.4320.74-
YUV182.7882.41117.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 206 (80.86% from 255) = 43.28%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=35.29%
G=43.28%
B=21.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061020.1800.500.1981.9251.4960.39
HexA8CE66120321352333c
Octal25031614622062231226374
Binary10101000110011101100110100100110010100111010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CE66; }

 p { color: rgb(168,206,102); }

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

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

 a { background-color: rgb(168,206,102); }

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

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

 span { border-color: rgb(168,206,102); }

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