Html Css Color HEX #A8C56E Olivine

📋 copy color: '#A8C56E'

red 168 ◦ green 197 ◦ blue 110

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

Shades of Olivine #A8C56E

Tints of Olivine #A8C56E

RGB

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

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

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

R = 35.37%
G = 41.47%
B = 23.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#A8C56E (or 0xA8C56E) is known color: Olivine. HEX triplet: A8, C5 and 6E. RGB value is (168,197,110). Sum of RGB (Red+Green+Blue) = 168+197+110=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C56E is #573A91. Grayscale: #B2B2B2. Windows color (decimal): -5716626 or 7259560. OLE color: 7259560.

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

Color convert

RGB 168 197 110 -
CMYK 0.15 0 0.44 0.23
HSL 80º 0.43% 0.6% -
HSV(B) 80º 0.44% 0.77% -
XYZ 38.93 49.38 22.23 -
YUV 178.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 168 197 110 0.15 0 0.44 0.23 80 0.43 0.6
Hex A8 C5 6E F 0 2C 17 50 2B 3C
Octal 250 305 156 17 0 54 27 120 53 74
Binary 10101000 11000101 1101110 1111 0 101100 10111 1010000 101011 111100

Color Harmonies of #A8C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C56E

Black with #A8C56E

Text Example


Text Example

White with #A8C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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