#A1CD66

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

Shades of Olivine #A1CD66

Tints of Olivine #A1CD66

Color information

#A1CD66 (or 0xA1CD66) is unknown color: approx Olivine. HEX triplet: A1, CD and 66. RGB value is (161,205,102). Sum of RGB (Red+Green+Blue) = 161+205+102=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD66 is #5E3299. Grayscale: #B4B4B4. Windows color (decimal): -6173338 or 6737313. OLE color: 6737313.

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

Color convert

RGB161205102-
CMYK0.2100.500.20
HSL85.63º50.74%60.2%-
HSV(B)85.63º50.24%80.39%-
XYZ38.9352.220.59-
YUV180.183.92114.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=34.40%
G=43.80%
B=21.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051020.2100.500.2085.6350.7460.2
HexA1CD66150321456333c
Octal24131514625062241266374
Binary10100001110011011100110101010110010101001010110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD66; }

 p { color: rgb(161,205,102); }

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

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

 a { background-color: rgb(161,205,102); }

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

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

 span { border-color: rgb(161,205,102); }

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