Html Css Color HEX #A8C866 Olivine

📋 copy color: '#A8C866'

red 168 ◦ green 200 ◦ blue 102

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

Shades of Olivine #A8C866

Tints of Olivine #A8C866

RGB

 RED value IS 168 (66.02% from 255) = 35.74%

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

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 35.74%
G = 42.55%
B = 21.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#A8C866 (or 0xA8C866) is known color: Olivine. HEX triplet: A8, C8 and 66. RGB value is (168,200,102). Sum of RGB (Red+Green+Blue) = 168+200+102=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C866 is #573799. Grayscale: #B3B3B3. Windows color (decimal): -5715866 or 6736040. OLE color: 6736040.

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

Color convert

RGB 168 200 102 -
CMYK 0.16 0 0.49 0.22
HSL 79.59º 0.47% 0.59% -
HSV(B) 79.59º 0.49% 0.78% -
XYZ 39.2 50.59 20.27 -
YUV 179.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 168 200 102 0.16 0 0.49 0.22 79.59 0.47 0.59
Hex A8 C8 66 10 0 31 16 50 2F 3B
Octal 250 310 146 20 0 61 26 120 57 73
Binary 10101000 11001000 1100110 10000 0 110001 10110 1010000 101111 111011

Color Harmonies of #A8C866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C866

Black with #A8C866

Text Example


Text Example

White with #A8C866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C866; }

 p { color: rgb(168,200,102); }

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

background-color css

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

 a { background-color: rgb(168,200,102); }

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

border-color css

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

 span { border-color: rgb(168,200,102); }

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