Html Css Color HEX #A6CE6E Olivine

📋 copy color: '#A6CE6E'

red 166 ◦ green 206 ◦ blue 110

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

Shades of Olivine #A6CE6E

Tints of Olivine #A6CE6E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 34.44%
G = 42.74%
B = 22.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#A6CE6E (or 0xA6CE6E) is known color: Olivine. HEX triplet: A6, CE and 6E. RGB value is (166,206,110). Sum of RGB (Red+Green+Blue) = 166+206+110=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE6E is #593191. Grayscale: #B7B7B7. Windows color (decimal): -5845394 or 7261862. OLE color: 7261862.

HSL color Cylindrical-coordinate representation of color #A6CE6E: hue angle of 85º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6CE6E is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 206 110 -
CMYK 0.19 0 0.47 0.19
HSL 85º 0.49% 0.62% -
HSV(B) 85º 0.47% 0.81% -
XYZ 40.61 53.38 22.91 -
YUV 183.1 86.75 115.81 -
System Red Green Blue C M Y K H S L
Decimal 166 206 110 0.19 0 0.47 0.19 85 0.49 0.62
Hex A6 CE 6E 13 0 2F 13 55 31 3E
Octal 246 316 156 23 0 57 23 125 61 76
Binary 10100110 11001110 1101110 10011 0 101111 10011 1010101 110001 111110

Color Harmonies of #A6CE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE6E

Black with #A6CE6E

Text Example


Text Example

White with #A6CE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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