Html Css Color HEX #A6CA6A Olivine

📋 copy color: '#A6CA6A'

red 166 ◦ green 202 ◦ blue 106

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

Shades of Olivine #A6CA6A

Tints of Olivine #A6CA6A

RGB

 RED value IS 166 (65.23% from 255) = 35.02%

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 106 (41.8% from 255) = 22.36%

R = 35.02%
G = 42.62%
B = 22.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#A6CA6A (or 0xA6CA6A) is known color: Olivine. HEX triplet: A6, CA and 6A. RGB value is (166,202,106). Sum of RGB (Red+Green+Blue) = 166+202+106=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA6A is #593595. Grayscale: #B4B4B4. Windows color (decimal): -5846422 or 6998694. OLE color: 6998694.

HSL color Cylindrical-coordinate representation of color #A6CA6A: hue angle of 82.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6CA6A is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 106 -
CMYK 0.18 0 0.48 0.21
HSL 82.5º 0.48% 0.6% -
HSV(B) 82.5º 0.48% 0.79% -
XYZ 39.45 51.39 21.48 -
YUV 180.29 86.07 117.81 -
System Red Green Blue C M Y K H S L
Decimal 166 202 106 0.18 0 0.48 0.21 82.5 0.48 0.6
Hex A6 CA 6A 12 0 30 15 52 30 3C
Octal 246 312 152 22 0 60 25 122 60 74
Binary 10100110 11001010 1101010 10010 0 110000 10101 1010010 110000 111100

Color Harmonies of #A6CA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA6A

Black with #A6CA6A

Text Example


Text Example

White with #A6CA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA6A; }

 p { color: rgb(166,202,106); }

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

background-color css

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

 a { background-color: rgb(166,202,106); }

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

border-color css

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

 span { border-color: rgb(166,202,106); }

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