Html Css Color HEX #A6C868 Olivine

📋 copy color: '#A6C868'

red 166 ◦ green 200 ◦ blue 104

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

Shades of Olivine #A6C868

Tints of Olivine #A6C868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 35.32%
G = 42.55%
B = 22.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#A6C868 (or 0xA6C868) is known color: Olivine. HEX triplet: A6, C8 and 68. RGB value is (166,200,104). Sum of RGB (Red+Green+Blue) = 166+200+104=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C868 is #593797. Grayscale: #B3B3B3. Windows color (decimal): -5846936 or 6867110. OLE color: 6867110.

HSL color Cylindrical-coordinate representation of color #A6C868: hue angle of 81.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6C868 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 104 -
CMYK 0.17 0 0.48 0.22
HSL 81.25º 0.47% 0.6% -
HSV(B) 81.25º 0.48% 0.78% -
XYZ 38.88 50.42 20.78 -
YUV 178.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 166 200 104 0.17 0 0.48 0.22 81.25 0.47 0.6
Hex A6 C8 68 11 0 30 16 51 2F 3C
Octal 246 310 150 21 0 60 26 121 57 74
Binary 10100110 11001000 1101000 10001 0 110000 10110 1010001 101111 111100

Color Harmonies of #A6C868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C868

Black with #A6C868

Text Example


Text Example

White with #A6C868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C868; }

 p { color: rgb(166,200,104); }

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

background-color css

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

 a { background-color: rgb(166,200,104); }

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

border-color css

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

 span { border-color: rgb(166,200,104); }

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