Html Css Color HEX #A6CD6C Olivine

📋 copy color: '#A6CD6C'

red 166 ◦ green 205 ◦ blue 108

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

Shades of Olivine #A6CD6C

Tints of Olivine #A6CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

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

R = 34.66%
G = 42.8%
B = 22.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#A6CD6C (or 0xA6CD6C) is known color: Olivine. HEX triplet: A6, CD and 6C. RGB value is (166,205,108). Sum of RGB (Red+Green+Blue) = 166+205+108=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CD6C is #593293. Grayscale: #B6B6B6. Windows color (decimal): -5845652 or 7130534. OLE color: 7130534.

HSL color Cylindrical-coordinate representation of color #A6CD6C: hue angle of 84.12º degrees, saturation: 0.49, 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 #A6CD6C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 205 108 -
CMYK 0.19 0 0.47 0.20
HSL 84.12º 0.49% 0.61% -
HSV(B) 84.12º 0.47% 0.8% -
XYZ 40.26 52.85 22.27 -
YUV 182.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 166 205 108 0.19 0 0.47 0.20 84.12 0.49 0.61
Hex A6 CD 6C 13 0 2F 14 54 31 3D
Octal 246 315 154 23 0 57 24 124 61 75
Binary 10100110 11001101 1101100 10011 0 101111 10100 1010100 110001 111101

Color Harmonies of #A6CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CD6C

Black with #A6CD6C

Text Example


Text Example

White with #A6CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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