Html Css Color HEX #A8C869 Olivine

📋 copy color: '#A8C869'

red 168 ◦ green 200 ◦ blue 105

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

Shades of Olivine #A8C869

Tints of Olivine #A8C869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 35.52%
G = 42.28%
B = 22.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#A8C869 (or 0xA8C869) is known color: Olivine. HEX triplet: A8, C8 and 69. RGB value is (168,200,105). Sum of RGB (Red+Green+Blue) = 168+200+105=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C869 is #573796. Grayscale: #B3B3B3. Windows color (decimal): -5715863 or 6932648. OLE color: 6932648.

HSL color Cylindrical-coordinate representation of color #A8C869: hue angle of 80.21º degrees, saturation: 0.46, 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 #A8C869 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 105 -
CMYK 0.16 0 0.48 0.22
HSL 80.21º 0.46% 0.6% -
HSV(B) 80.21º 0.48% 0.78% -
XYZ 39.35 50.65 21.07 -
YUV 179.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 168 200 105 0.16 0 0.48 0.22 80.21 0.46 0.6
Hex A8 C8 69 10 0 30 16 50 2E 3C
Octal 250 310 151 20 0 60 26 120 56 74
Binary 10101000 11001000 1101001 10000 0 110000 10110 1010000 101110 111100

Color Harmonies of #A8C869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C869

Black with #A8C869

Text Example


Text Example

White with #A8C869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C869; }

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

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

background-color css

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

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

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

border-color css

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

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

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