Html Css Color HEX #A0C395 Spring Rain

📋 copy color: '#A0C395'

red 160 ◦ green 195 ◦ blue 149

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

Shades of Spring Rain #A0C395

Tints of Spring Rain #A0C395

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 31.75%
G = 38.69%
B = 29.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A0C395 (or 0xA0C395) is known color: Spring Rain. HEX triplet: A0, C3 and 95. RGB value is (160,195,149). Sum of RGB (Red+Green+Blue) = 160+195+149=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C395 is #5F3C6A. Grayscale: #B3B3B3. Windows color (decimal): -6241387 or 9814944. OLE color: 9814944.

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

Color convert

RGB 160 195 149 -
CMYK 0.18 0 0.24 0.24
HSL 105.65º 0.28% 0.67% -
HSV(B) 105.65º 0.24% 0.76% -
XYZ 39.44 48.67 35.75 -
YUV 179.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 160 195 149 0.18 0 0.24 0.24 105.65 0.28 0.67
Hex A0 C3 95 12 0 18 18 6A 1C 43
Octal 240 303 225 22 0 30 30 152 34 103
Binary 10100000 11000011 10010101 10010 0 11000 11000 1101010 11100 1000011

Color Harmonies of #A0C395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C395

Black with #A0C395

Text Example


Text Example

White with #A0C395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C395; }

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

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

background-color css

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

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

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

border-color css

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

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

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