Html Css Color HEX #A6CF6D Olivine

📋 copy color: '#A6CF6D'

red 166 ◦ green 207 ◦ blue 109

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

Shades of Olivine #A6CF6D

Tints of Olivine #A6CF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 34.44%
G = 42.95%
B = 22.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#A6CF6D (or 0xA6CF6D) is known color: Olivine. HEX triplet: A6, CF and 6D. RGB value is (166,207,109). Sum of RGB (Red+Green+Blue) = 166+207+109=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF6D is #593092. Grayscale: #B7B7B7. Windows color (decimal): -5845139 or 7196582. OLE color: 7196582.

HSL color Cylindrical-coordinate representation of color #A6CF6D: hue angle of 85.1º degrees, saturation: 0.51, 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 #A6CF6D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 207 109 -
CMYK 0.20 0 0.47 0.19
HSL 85.1º 0.51% 0.62% -
HSV(B) 85.1º 0.47% 0.81% -
XYZ 40.8 53.84 22.71 -
YUV 183.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 166 207 109 0.20 0 0.47 0.19 85.1 0.51 0.62
Hex A6 CF 6D 14 0 2F 13 55 33 3E
Octal 246 317 155 24 0 57 23 125 63 76
Binary 10100110 11001111 1101101 10100 0 101111 10011 1010101 110011 111110

Color Harmonies of #A6CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CF6D

Black with #A6CF6D

Text Example


Text Example

White with #A6CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CF6D; }

 p { color: rgb(166,207,109); }

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

background-color css

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

 a { background-color: rgb(166,207,109); }

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

border-color css

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

 span { border-color: rgb(166,207,109); }

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