Html Css Color HEX #A0C092 Spring Rain

📋 copy color: '#A0C092'

red 160 ◦ green 192 ◦ blue 146

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

Shades of Spring Rain #A0C092

Tints of Spring Rain #A0C092

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 32.13%
G = 38.55%
B = 29.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#A0C092 (or 0xA0C092) is known color: Spring Rain. HEX triplet: A0, C0 and 92. RGB value is (160,192,146). Sum of RGB (Red+Green+Blue) = 160+192+146=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C092 is #5F3F6D. Grayscale: #B1B1B1. Windows color (decimal): -6242158 or 9617568. OLE color: 9617568.

HSL color Cylindrical-coordinate representation of color #A0C092: hue angle of 101.74º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0C092 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 146 -
CMYK 0.17 0 0.24 0.25
HSL 101.74º 0.27% 0.66% -
HSV(B) 101.74º 0.24% 0.75% -
XYZ 38.54 47.25 34.28 -
YUV 177.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 160 192 146 0.17 0 0.24 0.25 101.74 0.27 0.66
Hex A0 C0 92 11 0 18 19 66 1B 42
Octal 240 300 222 21 0 30 31 146 33 102
Binary 10100000 11000000 10010010 10001 0 11000 11001 1100110 11011 1000010

Color Harmonies of #A0C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C092

Black with #A0C092

Text Example


Text Example

White with #A0C092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C092; }

 p { color: rgb(160,192,146); }

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

background-color css

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

 a { background-color: rgb(160,192,146); }

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

border-color css

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

 span { border-color: rgb(160,192,146); }

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