Html Css Color HEX #A6CA6F Olivine

📋 copy color: '#A6CA6F'

red 166 ◦ green 202 ◦ blue 111

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

Shades of Olivine #A6CA6F

Tints of Olivine #A6CA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.17%

R = 34.66%
G = 42.17%
B = 23.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#A6CA6F (or 0xA6CA6F) is known color: Olivine. HEX triplet: A6, CA and 6F. RGB value is (166,202,111). Sum of RGB (Red+Green+Blue) = 166+202+111=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA6F is #593590. Grayscale: #B5B5B5. Windows color (decimal): -5846417 or 7326374. OLE color: 7326374.

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

Color convert

RGB 166 202 111 -
CMYK 0.18 0 0.45 0.21
HSL 83.74º 0.46% 0.61% -
HSV(B) 83.74º 0.45% 0.79% -
XYZ 39.72 51.5 22.89 -
YUV 180.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 166 202 111 0.18 0 0.45 0.21 83.74 0.46 0.61
Hex A6 CA 6F 12 0 2D 15 54 2E 3D
Octal 246 312 157 22 0 55 25 124 56 75
Binary 10100110 11001010 1101111 10010 0 101101 10101 1010100 101110 111101

Color Harmonies of #A6CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA6F

Black with #A6CA6F

Text Example


Text Example

White with #A6CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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