Html Css Color HEX #A6D0A0 Spring Rain

📋 copy color: '#A6D0A0'

red 166 ◦ green 208 ◦ blue 160

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

Shades of Spring Rain #A6D0A0

Tints of Spring Rain #A6D0A0

RGB

 RED value IS 166 (65.23% from 255) = 31.09%

 GREEN value IS 208 (81.64% from 255) = 38.95%

 BLUE value IS 160 (62.89% from 255) = 29.96%

R = 31.09%
G = 38.95%
B = 29.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#A6D0A0 (or 0xA6D0A0) is known color: Spring Rain. HEX triplet: A6, D0 and A0. RGB value is (166,208,160). Sum of RGB (Red+Green+Blue) = 166+208+160=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D0A0 is #592F5F. Grayscale: #BEBEBE. Windows color (decimal): -5844832 or 10539174. OLE color: 10539174.

HSL color Cylindrical-coordinate representation of color #A6D0A0: hue angle of 112.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D0A0 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 160 -
CMYK 0.20 0 0.23 0.18
HSL 112.5º 0.34% 0.72% -
HSV(B) 112.5º 0.23% 0.82% -
XYZ 44.63 55.76 41.67 -
YUV 189.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 166 208 160 0.20 0 0.23 0.18 112.5 0.34 0.72
Hex A6 D0 A0 14 0 17 12 70 22 48
Octal 246 320 240 24 0 27 22 160 42 110
Binary 10100110 11010000 10100000 10100 0 10111 10010 1110000 100010 1001000

Color Harmonies of #A6D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D0A0

Black with #A6D0A0

Text Example


Text Example

White with #A6D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D0A0; }

 p { color: rgb(166,208,160); }

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

background-color css

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

 a { background-color: rgb(166,208,160); }

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

border-color css

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

 span { border-color: rgb(166,208,160); }

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