Html Css Color HEX #A0CB96 Spring Rain

📋 copy color: '#A0CB96'

red 160 ◦ green 203 ◦ blue 150

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

Shades of Spring Rain #A0CB96

Tints of Spring Rain #A0CB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.57%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 31.19%
G = 39.57%
B = 29.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#A0CB96 (or 0xA0CB96) is known color: Spring Rain. HEX triplet: A0, CB and 96. RGB value is (160,203,150). Sum of RGB (Red+Green+Blue) = 160+203+150=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CB96 is #5F3469. Grayscale: #B8B8B8. Windows color (decimal): -6239338 or 9882528. OLE color: 9882528.

HSL color Cylindrical-coordinate representation of color #A0CB96: hue angle of 108.68º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0CB96 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 150 -
CMYK 0.21 0 0.26 0.20
HSL 108.68º 0.34% 0.69% -
HSV(B) 108.68º 0.26% 0.8% -
XYZ 41.36 52.39 36.79 -
YUV 184.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 160 203 150 0.21 0 0.26 0.20 108.68 0.34 0.69
Hex A0 CB 96 15 0 1A 14 6D 22 45
Octal 240 313 226 25 0 32 24 155 42 105
Binary 10100000 11001011 10010110 10101 0 11010 10100 1101101 100010 1000101

Color Harmonies of #A0CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB96

Black with #A0CB96

Text Example


Text Example

White with #A0CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB96; }

 p { color: rgb(160,203,150); }

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

background-color css

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

 a { background-color: rgb(160,203,150); }

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

border-color css

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

 span { border-color: rgb(160,203,150); }

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