Html Css Color HEX #A8C56A Olivine

📋 copy color: '#A8C56A'

red 168 ◦ green 197 ◦ blue 106

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

Shades of Olivine #A8C56A

Tints of Olivine #A8C56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.83%

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

R = 35.67%
G = 41.83%
B = 22.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#A8C56A (or 0xA8C56A) is known color: Olivine. HEX triplet: A8, C5 and 6A. RGB value is (168,197,106). Sum of RGB (Red+Green+Blue) = 168+197+106=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C56A is #573A95. Grayscale: #B2B2B2. Windows color (decimal): -5716630 or 6997416. OLE color: 6997416.

HSL color Cylindrical-coordinate representation of color #A8C56A: hue angle of 79.12º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C56A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 106 -
CMYK 0.15 0 0.46 0.23
HSL 79.12º 0.44% 0.59% -
HSV(B) 79.12º 0.46% 0.77% -
XYZ 38.72 49.3 21.11 -
YUV 177.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 168 197 106 0.15 0 0.46 0.23 79.12 0.44 0.59
Hex A8 C5 6A F 0 2E 17 4F 2C 3B
Octal 250 305 152 17 0 56 27 117 54 73
Binary 10101000 11000101 1101010 1111 0 101110 10111 1001111 101100 111011

Color Harmonies of #A8C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C56A

Black with #A8C56A

Text Example


Text Example

White with #A8C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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