Html Css Color HEX #A0C568 Olivine

📋 copy color: '#A0C568'

red 160 ◦ green 197 ◦ blue 104

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

Shades of Olivine #A0C568

Tints of Olivine #A0C568

RGB

 RED value IS 160 (62.89% from 255) = 34.71%

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

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 34.71%
G = 42.73%
B = 22.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#A0C568 (or 0xA0C568) is known color: Olivine. HEX triplet: A0, C5 and 68. RGB value is (160,197,104). Sum of RGB (Red+Green+Blue) = 160+197+104=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C568 is #5F3A97. Grayscale: #AFAFAF. Windows color (decimal): -6240920 or 6866336. OLE color: 6866336.

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

Color convert

RGB 160 197 104 -
CMYK 0.19 0 0.47 0.23
HSL 83.87º 0.44% 0.59% -
HSV(B) 83.87º 0.47% 0.77% -
XYZ 36.96 48.41 20.49 -
YUV 175.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 160 197 104 0.19 0 0.47 0.23 83.87 0.44 0.59
Hex A0 C5 68 13 0 2F 17 54 2C 3B
Octal 240 305 150 23 0 57 27 124 54 73
Binary 10100000 11000101 1101000 10011 0 101111 10111 1010100 101100 111011

Color Harmonies of #A0C568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C568

Black with #A0C568

Text Example


Text Example

White with #A0C568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C568; }

 p { color: rgb(160,197,104); }

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

background-color css

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

 a { background-color: rgb(160,197,104); }

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

border-color css

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

 span { border-color: rgb(160,197,104); }

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