Html Css Color HEX #A0C37F Olivine

📋 copy color: '#A0C37F'

red 160 ◦ green 195 ◦ blue 127

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

Shades of Olivine #A0C37F

Tints of Olivine #A0C37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.35%

R = 33.2%
G = 40.46%
B = 26.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#A0C37F (or 0xA0C37F) is known color: Olivine. HEX triplet: A0, C3 and 7F. RGB value is (160,195,127). Sum of RGB (Red+Green+Blue) = 160+195+127=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C37F is #5F3C80. Grayscale: #B1B1B1. Windows color (decimal): -6241409 or 8373152. OLE color: 8373152.

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

Color convert

RGB 160 195 127 -
CMYK 0.18 0 0.35 0.24
HSL 90.88º 0.36% 0.63% -
HSV(B) 90.88º 0.35% 0.76% -
XYZ 37.84 48.04 27.36 -
YUV 176.78 99.9 116.03 -
System Red Green Blue C M Y K H S L
Decimal 160 195 127 0.18 0 0.35 0.24 90.88 0.36 0.63
Hex A0 C3 7F 12 0 23 18 5B 24 3F
Octal 240 303 177 22 0 43 30 133 44 77
Binary 10100000 11000011 1111111 10010 0 100011 11000 1011011 100100 111111

Color Harmonies of #A0C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C37F

Black with #A0C37F

Text Example


Text Example

White with #A0C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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