Html Css Color HEX #A0C15C Olivine

📋 copy color: '#A0C15C'

red 160 ◦ green 193 ◦ blue 92

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

Shades of Olivine #A0C15C

Tints of Olivine #A0C15C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 35.96%
G = 43.37%
B = 20.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#A0C15C (or 0xA0C15C) is known color: Olivine. HEX triplet: A0, C1 and 5C. RGB value is (160,193,92). Sum of RGB (Red+Green+Blue) = 160+193+92=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C15C is #5F3EA3. Grayscale: #ABABAB. Windows color (decimal): -6241956 or 6078880. OLE color: 6078880.

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

Color convert

RGB 160 193 92 -
CMYK 0.17 0 0.52 0.24
HSL 79.6º 0.45% 0.56% -
HSV(B) 79.6º 0.52% 0.76% -
XYZ 35.5 46.39 17.21 -
YUV 171.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 160 193 92 0.17 0 0.52 0.24 79.6 0.45 0.56
Hex A0 C1 5C 11 0 34 18 50 2D 38
Octal 240 301 134 21 0 64 30 120 55 70
Binary 10100000 11000001 1011100 10001 0 110100 11000 1010000 101101 111000

Color Harmonies of #A0C15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C15C

Black with #A0C15C

Text Example


Text Example

White with #A0C15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C15C; }

 p { color: rgb(160,193,92); }

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

background-color css

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

 a { background-color: rgb(160,193,92); }

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

border-color css

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

 span { border-color: rgb(160,193,92); }

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