Html Css Color HEX #A6CE6F Olivine

📋 copy color: '#A6CE6F'

red 166 ◦ green 206 ◦ blue 111

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

Shades of Olivine #A6CE6F

Tints of Olivine #A6CE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.98%

R = 34.37%
G = 42.65%
B = 22.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#A6CE6F (or 0xA6CE6F) is known color: Olivine. HEX triplet: A6, CE and 6F. RGB value is (166,206,111). Sum of RGB (Red+Green+Blue) = 166+206+111=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE6F is #593190. Grayscale: #B7B7B7. Windows color (decimal): -5845393 or 7327398. OLE color: 7327398.

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

Color convert

RGB 166 206 111 -
CMYK 0.19 0 0.46 0.19
HSL 85.26º 0.49% 0.62% -
HSV(B) 85.26º 0.46% 0.81% -
XYZ 40.67 53.4 23.2 -
YUV 183.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 166 206 111 0.19 0 0.46 0.19 85.26 0.49 0.62
Hex A6 CE 6F 13 0 2E 13 55 31 3E
Octal 246 316 157 23 0 56 23 125 61 76
Binary 10100110 11001110 1101111 10011 0 101110 10011 1010101 110001 111110

Color Harmonies of #A6CE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE6F

Black with #A6CE6F

Text Example


Text Example

White with #A6CE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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