Html Css Color HEX #A0C25F Olivine

📋 copy color: '#A0C25F'

red 160 ◦ green 194 ◦ blue 95

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

Shades of Olivine #A0C25F

Tints of Olivine #A0C25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 35.63%
G = 43.21%
B = 21.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#A0C25F (or 0xA0C25F) is known color: Olivine. HEX triplet: A0, C2 and 5F. RGB value is (160,194,95). Sum of RGB (Red+Green+Blue) = 160+194+95=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C25F is #5F3DA0. Grayscale: #ACACAC. Windows color (decimal): -6241697 or 6275744. OLE color: 6275744.

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

Color convert

RGB 160 194 95 -
CMYK 0.18 0 0.51 0.24
HSL 80.61º 0.45% 0.57% -
HSV(B) 80.61º 0.51% 0.76% -
XYZ 35.85 46.88 17.99 -
YUV 172.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 160 194 95 0.18 0 0.51 0.24 80.61 0.45 0.57
Hex A0 C2 5F 12 0 33 18 51 2D 39
Octal 240 302 137 22 0 63 30 121 55 71
Binary 10100000 11000010 1011111 10010 0 110011 11000 1010001 101101 111001

Color Harmonies of #A0C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C25F

Black with #A0C25F

Text Example


Text Example

White with #A0C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C25F; }

 p { color: rgb(160,194,95); }

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

background-color css

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

 a { background-color: rgb(160,194,95); }

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

border-color css

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

 span { border-color: rgb(160,194,95); }

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