Html Css Color HEX #A6C06E Olivine

📋 copy color: '#A6C06E'

red 166 ◦ green 192 ◦ blue 110

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

Shades of Olivine #A6C06E

Tints of Olivine #A6C06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.03%

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 35.47%
G = 41.03%
B = 23.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A6C06E (or 0xA6C06E) is known color: Olivine. HEX triplet: A6, C0 and 6E. RGB value is (166,192,110). Sum of RGB (Red+Green+Blue) = 166+192+110=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C06E is #593F91. Grayscale: #AFAFAF. Windows color (decimal): -5848978 or 7258278. OLE color: 7258278.

HSL color Cylindrical-coordinate representation of color #A6C06E: hue angle of 79.02º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6C06E is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 110 -
CMYK 0.14 0 0.43 0.25
HSL 79.02º 0.39% 0.59% -
HSV(B) 79.02º 0.43% 0.75% -
XYZ 37.39 46.93 21.84 -
YUV 174.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 166 192 110 0.14 0 0.43 0.25 79.02 0.39 0.59
Hex A6 C0 6E E 0 2B 19 4F 27 3B
Octal 246 300 156 16 0 53 31 117 47 73
Binary 10100110 11000000 1101110 1110 0 101011 11001 1001111 100111 111011

Color Harmonies of #A6C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C06E

Black with #A6C06E

Text Example


Text Example

White with #A6C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C06E; }

 p { color: rgb(166,192,110); }

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

background-color css

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

 a { background-color: rgb(166,192,110); }

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

border-color css

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

 span { border-color: rgb(166,192,110); }

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