Html Css Color HEX #A0C37C Olivine

📋 copy color: '#A0C37C'

red 160 ◦ green 195 ◦ blue 124

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

Shades of Olivine #A0C37C

Tints of Olivine #A0C37C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.71%

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 33.4%
G = 40.71%
B = 25.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#A0C37C (or 0xA0C37C) is known color: Olivine. HEX triplet: A0, C3 and 7C. RGB value is (160,195,124). Sum of RGB (Red+Green+Blue) = 160+195+124=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C37C is #5F3C83. Grayscale: #B0B0B0. Windows color (decimal): -6241412 or 8176544. OLE color: 8176544.

HSL color Cylindrical-coordinate representation of color #A0C37C: hue angle of 89.58º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C37C is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 124 -
CMYK 0.18 0 0.36 0.24
HSL 89.58º 0.37% 0.63% -
HSV(B) 89.58º 0.36% 0.76% -
XYZ 37.65 47.96 26.34 -
YUV 176.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 160 195 124 0.18 0 0.36 0.24 89.58 0.37 0.63
Hex A0 C3 7C 12 0 24 18 5A 25 3F
Octal 240 303 174 22 0 44 30 132 45 77
Binary 10100000 11000011 1111100 10010 0 100100 11000 1011010 100101 111111

Color Harmonies of #A0C37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C37C

Black with #A0C37C

Text Example


Text Example

White with #A0C37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C37C; }

 p { color: rgb(160,195,124); }

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

background-color css

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

 a { background-color: rgb(160,195,124); }

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

border-color css

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

 span { border-color: rgb(160,195,124); }

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