Html Css Color HEX #A0C567 Olivine

📋 copy color: '#A0C567'

red 160 ◦ green 197 ◦ blue 103

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

Shades of Olivine #A0C567

Tints of Olivine #A0C567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.39%

R = 34.78%
G = 42.83%
B = 22.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#A0C567 (or 0xA0C567) is known color: Olivine. HEX triplet: A0, C5 and 67. RGB value is (160,197,103). Sum of RGB (Red+Green+Blue) = 160+197+103=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C567 is #5F3A98. Grayscale: #AFAFAF. Windows color (decimal): -6240921 or 6800800. OLE color: 6800800.

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

Color convert

RGB 160 197 103 -
CMYK 0.19 0 0.48 0.23
HSL 83.62º 0.45% 0.59% -
HSV(B) 83.62º 0.48% 0.77% -
XYZ 36.91 48.39 20.23 -
YUV 175.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 160 197 103 0.19 0 0.48 0.23 83.62 0.45 0.59
Hex A0 C5 67 13 0 30 17 54 2D 3B
Octal 240 305 147 23 0 60 27 124 55 73
Binary 10100000 11000101 1100111 10011 0 110000 10111 1010100 101101 111011

Color Harmonies of #A0C567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C567

Black with #A0C567

Text Example


Text Example

White with #A0C567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C567; }

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

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

background-color css

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

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

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

border-color css

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

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

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