Html Css Color HEX #A8C16E Olivine

📋 copy color: '#A8C16E'

red 168 ◦ green 193 ◦ blue 110

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

Shades of Olivine #A8C16E

Tints of Olivine #A8C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 35.67%
G = 40.98%
B = 23.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#A8C16E (or 0xA8C16E) is known color: Olivine. HEX triplet: A8, C1 and 6E. RGB value is (168,193,110). Sum of RGB (Red+Green+Blue) = 168+193+110=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C16E is #573E91. Grayscale: #B0B0B0. Windows color (decimal): -5717650 or 7258536. OLE color: 7258536.

HSL color Cylindrical-coordinate representation of color #A8C16E: hue angle of 78.07º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8C16E is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 110 -
CMYK 0.13 0 0.43 0.24
HSL 78.07º 0.4% 0.59% -
HSV(B) 78.07º 0.43% 0.76% -
XYZ 38.03 47.59 21.93 -
YUV 176.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 168 193 110 0.13 0 0.43 0.24 78.07 0.4 0.59
Hex A8 C1 6E D 0 2B 18 4E 28 3B
Octal 250 301 156 15 0 53 30 116 50 73
Binary 10101000 11000001 1101110 1101 0 101011 11000 1001110 101000 111011

Color Harmonies of #A8C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C16E

Black with #A8C16E

Text Example


Text Example

White with #A8C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C16E; }

 p { color: rgb(168,193,110); }

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

background-color css

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

 a { background-color: rgb(168,193,110); }

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

border-color css

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

 span { border-color: rgb(168,193,110); }

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