Html Css Color HEX #A0C295 Spring Rain

📋 copy color: '#A0C295'

red 160 ◦ green 194 ◦ blue 149

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

Shades of Spring Rain #A0C295

Tints of Spring Rain #A0C295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 31.81%
G = 38.57%
B = 29.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A0C295 (or 0xA0C295) is known color: Spring Rain. HEX triplet: A0, C2 and 95. RGB value is (160,194,149). Sum of RGB (Red+Green+Blue) = 160+194+149=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C295 is #5F3D6A. Grayscale: #B2B2B2. Windows color (decimal): -6241643 or 9814688. OLE color: 9814688.

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

Color convert

RGB 160 194 149 -
CMYK 0.18 0 0.23 0.24
HSL 105.33º 0.27% 0.67% -
HSV(B) 105.33º 0.23% 0.76% -
XYZ 39.21 48.23 35.68 -
YUV 178.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 160 194 149 0.18 0 0.23 0.24 105.33 0.27 0.67
Hex A0 C2 95 12 0 17 18 69 1B 43
Octal 240 302 225 22 0 27 30 151 33 103
Binary 10100000 11000010 10010101 10010 0 10111 11000 1101001 11011 1000011

Color Harmonies of #A0C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C295

Black with #A0C295

Text Example


Text Example

White with #A0C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C295; }

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

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

background-color css

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

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

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

border-color css

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

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

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