Html Css Color HEX #A6D06F Olivine

📋 copy color: '#A6D06F'

red 166 ◦ green 208 ◦ blue 111

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

Shades of Olivine #A6D06F

Tints of Olivine #A6D06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.89%

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

R = 34.23%
G = 42.89%
B = 22.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#A6D06F (or 0xA6D06F) is known color: Olivine. HEX triplet: A6, D0 and 6F. RGB value is (166,208,111). Sum of RGB (Red+Green+Blue) = 166+208+111=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D06F is #592F90. Grayscale: #B8B8B8. Windows color (decimal): -5844881 or 7327910. OLE color: 7327910.

HSL color Cylindrical-coordinate representation of color #A6D06F: hue angle of 85.98º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6D06F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 111 -
CMYK 0.20 0 0.47 0.18
HSL 85.98º 0.51% 0.63% -
HSV(B) 85.98º 0.47% 0.82% -
XYZ 41.15 54.37 23.36 -
YUV 184.38 86.59 114.89 -
System Red Green Blue C M Y K H S L
Decimal 166 208 111 0.20 0 0.47 0.18 85.98 0.51 0.63
Hex A6 D0 6F 14 0 2F 12 56 33 3F
Octal 246 320 157 24 0 57 22 126 63 77
Binary 10100110 11010000 1101111 10100 0 101111 10010 1010110 110011 111111

Color Harmonies of #A6D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D06F

Black with #A6D06F

Text Example


Text Example

White with #A6D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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