Html Css Color HEX #A0C299 Spring Rain

📋 copy color: '#A0C299'

red 160 ◦ green 194 ◦ blue 153

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

Shades of Spring Rain #A0C299

Tints of Spring Rain #A0C299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 31.56%
G = 38.26%
B = 30.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#A0C299 (or 0xA0C299) is known color: Spring Rain. HEX triplet: A0, C2 and 99. RGB value is (160,194,153). Sum of RGB (Red+Green+Blue) = 160+194+153=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C299 is #5F3D66. Grayscale: #B3B3B3. Windows color (decimal): -6241639 or 10076832. OLE color: 10076832.

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

Color convert

RGB 160 194 153 -
CMYK 0.18 0 0.21 0.24
HSL 109.76º 0.25% 0.68% -
HSV(B) 109.76º 0.21% 0.76% -
XYZ 39.54 48.36 37.39 -
YUV 179.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 160 194 153 0.18 0 0.21 0.24 109.76 0.25 0.68
Hex A0 C2 99 12 0 15 18 6E 19 44
Octal 240 302 231 22 0 25 30 156 31 104
Binary 10100000 11000010 10011001 10010 0 10101 11000 1101110 11001 1000100

Color Harmonies of #A0C299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C299

Black with #A0C299

Text Example


Text Example

White with #A0C299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C299; }

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

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

background-color css

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

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

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

border-color css

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

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

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