Html Css Color HEX #A8C16A Olivine

📋 copy color: '#A8C16A'

red 168 ◦ green 193 ◦ blue 106

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

Shades of Olivine #A8C16A

Tints of Olivine #A8C16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 35.97%
G = 41.33%
B = 22.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#A8C16A (or 0xA8C16A) is known color: Olivine. HEX triplet: A8, C1 and 6A. RGB value is (168,193,106). Sum of RGB (Red+Green+Blue) = 168+193+106=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C16A is #573E95. Grayscale: #AFAFAF. Windows color (decimal): -5717654 or 6996392. OLE color: 6996392.

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

Color convert

RGB 168 193 106 -
CMYK 0.13 0 0.45 0.24
HSL 77.24º 0.41% 0.59% -
HSV(B) 77.24º 0.45% 0.76% -
XYZ 37.82 47.51 20.81 -
YUV 175.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 168 193 106 0.13 0 0.45 0.24 77.24 0.41 0.59
Hex A8 C1 6A D 0 2D 18 4D 29 3B
Octal 250 301 152 15 0 55 30 115 51 73
Binary 10101000 11000001 1101010 1101 0 101101 11000 1001101 101001 111011

Color Harmonies of #A8C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C16A

Black with #A8C16A

Text Example


Text Example

White with #A8C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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