Html Css Color HEX #A1CE66 Olivine

📋 copy color: '#A1CE66'

red 161 ◦ green 206 ◦ blue 102

#A1CE66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #A1CE66

Tints of Olivine #A1CE66

RGB

 RED value IS 161 (63.28% from 255) = 34.33%

 GREEN value IS 206 (80.86% from 255) = 43.92%

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 34.33%
G = 43.92%
B = 21.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#A1CE66 (or 0xA1CE66) is known color: Olivine. HEX triplet: A1, CE and 66. RGB value is (161,206,102). Sum of RGB (Red+Green+Blue) = 161+206+102=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CE66 is #5E3199. Grayscale: #B5B5B5. Windows color (decimal): -6173082 or 6737569. OLE color: 6737569.

HSL color Cylindrical-coordinate representation of color #A1CE66: hue angle of 85.96º 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 #A1CE66 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 102 -
CMYK 0.22 0 0.50 0.19
HSL 85.96º 0.51% 0.6% -
HSV(B) 85.96º 0.5% 0.81% -
XYZ 39.17 52.68 20.67 -
YUV 180.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 161 206 102 0.22 0 0.50 0.19 85.96 0.51 0.6
Hex A1 CE 66 16 0 32 13 56 33 3C
Octal 241 316 146 26 0 62 23 126 63 74
Binary 10100001 11001110 1100110 10110 0 110010 10011 1010110 110011 111100

Color Harmonies of #A1CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CE66

Black with #A1CE66

Text Example


Text Example

White with #A1CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CE66; }

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

 H1.HeaderClassName
 {
   color: #A1CE66;
 }
 .AnyTagClassName
 {
   color: #A1CE66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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