Html Css Color HEX #A0C09F Spring Rain

📋 copy color: '#A0C09F'

red 160 ◦ green 192 ◦ blue 159

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

Shades of Spring Rain #A0C09F

Tints of Spring Rain #A0C09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.57%

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 31.31%
G = 37.57%
B = 31.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#A0C09F (or 0xA0C09F) is known color: Spring Rain. HEX triplet: A0, C0 and 9F. RGB value is (160,192,159). Sum of RGB (Red+Green+Blue) = 160+192+159=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C09F is #5F3F60. Grayscale: #B2B2B2. Windows color (decimal): -6242145 or 10469536. OLE color: 10469536.

HSL color Cylindrical-coordinate representation of color #A0C09F: hue angle of 118.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C09F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 159 -
CMYK 0.17 0 0.17 0.25
HSL 118.18º 0.21% 0.69% -
HSV(B) 118.18º 0.17% 0.75% -
XYZ 39.6 47.68 39.92 -
YUV 178.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 160 192 159 0.17 0 0.17 0.25 118.18 0.21 0.69
Hex A0 C0 9F 11 0 11 19 76 15 45
Octal 240 300 237 21 0 21 31 166 25 105
Binary 10100000 11000000 10011111 10001 0 10001 11001 1110110 10101 1000101

Color Harmonies of #A0C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C09F

Black with #A0C09F

Text Example


Text Example

White with #A0C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C09F; }

 p { color: rgb(160,192,159); }

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

background-color css

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

 a { background-color: rgb(160,192,159); }

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

border-color css

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

 span { border-color: rgb(160,192,159); }

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