Html Css Color HEX #A6C26C Olivine

📋 copy color: '#A6C26C'

red 166 ◦ green 194 ◦ blue 108

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

Shades of Olivine #A6C26C

Tints of Olivine #A6C26C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

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

R = 35.47%
G = 41.45%
B = 23.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A6C26C (or 0xA6C26C) is known color: Olivine. HEX triplet: A6, C2 and 6C. RGB value is (166,194,108). Sum of RGB (Red+Green+Blue) = 166+194+108=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C26C is #593D93. Grayscale: #B0B0B0. Windows color (decimal): -5848468 or 7127718. OLE color: 7127718.

HSL color Cylindrical-coordinate representation of color #A6C26C: hue angle of 79.53º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6C26C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 108 -
CMYK 0.14 0 0.44 0.24
HSL 79.53º 0.41% 0.59% -
HSV(B) 79.53º 0.44% 0.76% -
XYZ 37.72 47.77 21.42 -
YUV 175.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 166 194 108 0.14 0 0.44 0.24 79.53 0.41 0.59
Hex A6 C2 6C E 0 2C 18 50 29 3B
Octal 246 302 154 16 0 54 30 120 51 73
Binary 10100110 11000010 1101100 1110 0 101100 11000 1010000 101001 111011

Color Harmonies of #A6C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C26C

Black with #A6C26C

Text Example


Text Example

White with #A6C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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