Html Css Color HEX #A0C99C Spring Rain

📋 copy color: '#A0C99C'

red 160 ◦ green 201 ◦ blue 156

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

Shades of Spring Rain #A0C99C

Tints of Spring Rain #A0C99C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

 BLUE value IS 156 (61.33% from 255) = 30.17%

R = 30.95%
G = 38.88%
B = 30.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#A0C99C (or 0xA0C99C) is known color: Spring Rain. HEX triplet: A0, C9 and 9C. RGB value is (160,201,156). Sum of RGB (Red+Green+Blue) = 160+201+156=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C99C is #5F3663. Grayscale: #B7B7B7. Windows color (decimal): -6239844 or 10275232. OLE color: 10275232.

HSL color Cylindrical-coordinate representation of color #A0C99C: hue angle of 114.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0C99C is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 156 -
CMYK 0.20 0 0.22 0.21
HSL 114.67º 0.29% 0.7% -
HSV(B) 114.67º 0.22% 0.79% -
XYZ 41.38 51.65 39.24 -
YUV 183.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 160 201 156 0.20 0 0.22 0.21 114.67 0.29 0.7
Hex A0 C9 9C 14 0 16 15 73 1D 46
Octal 240 311 234 24 0 26 25 163 35 106
Binary 10100000 11001001 10011100 10100 0 10110 10101 1110011 11101 1000110

Color Harmonies of #A0C99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C99C

Black with #A0C99C

Text Example


Text Example

White with #A0C99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C99C; }

 p { color: rgb(160,201,156); }

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

background-color css

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

 a { background-color: rgb(160,201,156); }

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

border-color css

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

 span { border-color: rgb(160,201,156); }

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