Html Css Color HEX #A6CE71 Olivine

📋 copy color: '#A6CE71'

red 166 ◦ green 206 ◦ blue 113

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

Shades of Olivine #A6CE71

Tints of Olivine #A6CE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 34.23%
G = 42.47%
B = 23.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#A6CE71 (or 0xA6CE71) is known color: Olivine. HEX triplet: A6, CE and 71. RGB value is (166,206,113). Sum of RGB (Red+Green+Blue) = 166+206+113=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE71 is #59318E. Grayscale: #B7B7B7. Windows color (decimal): -5845391 or 7458470. OLE color: 7458470.

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

Color convert

RGB 166 206 113 -
CMYK 0.19 0 0.45 0.19
HSL 85.81º 0.49% 0.63% -
HSV(B) 85.81º 0.45% 0.81% -
XYZ 40.78 53.44 23.79 -
YUV 183.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 166 206 113 0.19 0 0.45 0.19 85.81 0.49 0.63
Hex A6 CE 71 13 0 2D 13 56 31 3F
Octal 246 316 161 23 0 55 23 126 61 77
Binary 10100110 11001110 1110001 10011 0 101101 10011 1010110 110001 111111

Color Harmonies of #A6CE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CE71

Black with #A6CE71

Text Example


Text Example

White with #A6CE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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