Html Css Color HEX #A6D26C Olivine

📋 copy color: '#A6D26C'

red 166 ◦ green 210 ◦ blue 108

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

Shades of Olivine #A6D26C

Tints of Olivine #A6D26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.39%

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

R = 34.3%
G = 43.39%
B = 22.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#A6D26C (or 0xA6D26C) is known color: Olivine. HEX triplet: A6, D2 and 6C. RGB value is (166,210,108). Sum of RGB (Red+Green+Blue) = 166+210+108=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D26C is #592D93. Grayscale: #B9B9B9. Windows color (decimal): -5844372 or 7131814. OLE color: 7131814.

HSL color Cylindrical-coordinate representation of color #A6D26C: hue angle of 85.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6D26C is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 108 -
CMYK 0.21 0 0.49 0.18
HSL 85.88º 0.53% 0.62% -
HSV(B) 85.88º 0.49% 0.82% -
XYZ 41.48 55.28 22.67 -
YUV 185.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 166 210 108 0.21 0 0.49 0.18 85.88 0.53 0.62
Hex A6 D2 6C 15 0 31 12 56 35 3E
Octal 246 322 154 25 0 61 22 126 65 76
Binary 10100110 11010010 1101100 10101 0 110001 10010 1010110 110101 111110

Color Harmonies of #A6D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D26C

Black with #A6D26C

Text Example


Text Example

White with #A6D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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