Html Css Color HEX #A0C892 Spring Rain

📋 copy color: '#A0C892'

red 160 ◦ green 200 ◦ blue 146

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

Shades of Spring Rain #A0C892

Tints of Spring Rain #A0C892

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 31.62%
G = 39.53%
B = 28.85%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#A0C892 (or 0xA0C892) is known color: Spring Rain. HEX triplet: A0, C8 and 92. RGB value is (160,200,146). Sum of RGB (Red+Green+Blue) = 160+200+146=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C892 is #5F376D. Grayscale: #B6B6B6. Windows color (decimal): -6240110 or 9619616. OLE color: 9619616.

HSL color Cylindrical-coordinate representation of color #A0C892: hue angle of 104.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0C892 is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 146 -
CMYK 0.2 0 0.27 0.22
HSL 104.44º 0.33% 0.68% -
HSV(B) 104.44º 0.27% 0.78% -
XYZ 40.34 50.86 34.88 -
YUV 181.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 160 200 146 0.2 0 0.27 0.22 104.44 0.33 0.68
Hex A0 C8 92 14 0 1B 16 68 21 44
Octal 240 310 222 24 0 33 26 150 41 104
Binary 10100000 11001000 10010010 10100 0 11011 10110 1101000 100001 1000100

Color Harmonies of #A0C892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C892

Black with #A0C892

Text Example


Text Example

White with #A0C892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C892; }

 p { color: rgb(160,200,146); }

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

background-color css

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

 a { background-color: rgb(160,200,146); }

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

border-color css

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

 span { border-color: rgb(160,200,146); }

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