Html Css Color HEX #A0C499 Spring Rain

📋 copy color: '#A0C499'

red 160 ◦ green 196 ◦ blue 153

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

Shades of Spring Rain #A0C499

Tints of Spring Rain #A0C499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

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

R = 31.43%
G = 38.51%
B = 30.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#A0C499 (or 0xA0C499) is known color: Spring Rain. HEX triplet: A0, C4 and 99. RGB value is (160,196,153). Sum of RGB (Red+Green+Blue) = 160+196+153=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C499 is #5F3B66. Grayscale: #B4B4B4. Windows color (decimal): -6241127 or 10077344. OLE color: 10077344.

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

Color convert

RGB 160 196 153 -
CMYK 0.18 0 0.22 0.23
HSL 110.23º 0.27% 0.68% -
HSV(B) 110.23º 0.22% 0.77% -
XYZ 39.99 49.25 37.54 -
YUV 180.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 160 196 153 0.18 0 0.22 0.23 110.23 0.27 0.68
Hex A0 C4 99 12 0 16 17 6E 1B 44
Octal 240 304 231 22 0 26 27 156 33 104
Binary 10100000 11000100 10011001 10010 0 10110 10111 1101110 11011 1000100

Color Harmonies of #A0C499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C499

Black with #A0C499

Text Example


Text Example

White with #A0C499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C499; }

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

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

background-color css

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

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

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

border-color css

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

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

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