Html Css Color HEX #A0C297 Spring Rain

📋 copy color: '#A0C297'

red 160 ◦ green 194 ◦ blue 151

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

Shades of Spring Rain #A0C297

Tints of Spring Rain #A0C297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 31.68%
G = 38.42%
B = 29.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#A0C297 (or 0xA0C297) is known color: Spring Rain. HEX triplet: A0, C2 and 97. RGB value is (160,194,151). Sum of RGB (Red+Green+Blue) = 160+194+151=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C297 is #5F3D68. Grayscale: #B3B3B3. Windows color (decimal): -6241641 or 9945760. OLE color: 9945760.

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

Color convert

RGB 160 194 151 -
CMYK 0.18 0 0.22 0.24
HSL 107.44º 0.26% 0.68% -
HSV(B) 107.44º 0.22% 0.76% -
XYZ 39.37 48.29 36.52 -
YUV 178.93 112.24 114.5 -
System Red Green Blue C M Y K H S L
Decimal 160 194 151 0.18 0 0.22 0.24 107.44 0.26 0.68
Hex A0 C2 97 12 0 16 18 6B 1A 44
Octal 240 302 227 22 0 26 30 153 32 104
Binary 10100000 11000010 10010111 10010 0 10110 11000 1101011 11010 1000100

Color Harmonies of #A0C297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C297

Black with #A0C297

Text Example


Text Example

White with #A0C297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C297; }

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

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

background-color css

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

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

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

border-color css

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

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

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