Html Css Color HEX #A6CC6C Olivine

📋 copy color: '#A6CC6C'

red 166 ◦ green 204 ◦ blue 108

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

Shades of Olivine #A6CC6C

Tints of Olivine #A6CC6C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 108 (42.58% from 255) = 22.59%

R = 34.73%
G = 42.68%
B = 22.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#A6CC6C (or 0xA6CC6C) is known color: Olivine. HEX triplet: A6, CC and 6C. RGB value is (166,204,108). Sum of RGB (Red+Green+Blue) = 166+204+108=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC6C is #593393. Grayscale: #B6B6B6. Windows color (decimal): -5845908 or 7130278. OLE color: 7130278.

HSL color Cylindrical-coordinate representation of color #A6CC6C: hue angle of 83.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6CC6C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 108 -
CMYK 0.19 0 0.47 0.2
HSL 83.75º 0.48% 0.61% -
HSV(B) 83.75º 0.47% 0.8% -
XYZ 40.03 52.38 22.19 -
YUV 181.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 166 204 108 0.19 0 0.47 0.2 83.75 0.48 0.61
Hex A6 CC 6C 13 0 2F 14 54 30 3D
Octal 246 314 154 23 0 57 24 124 60 75
Binary 10100110 11001100 1101100 10011 0 101111 10100 1010100 110000 111101

Color Harmonies of #A6CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC6C

Black with #A6CC6C

Text Example


Text Example

White with #A6CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC6C; }

 p { color: rgb(166,204,108); }

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

background-color css

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

 a { background-color: rgb(166,204,108); }

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

border-color css

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

 span { border-color: rgb(166,204,108); }

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