Html Css Color HEX #A2CEA0 Spring Rain

📋 copy color: '#A2CEA0'

red 162 ◦ green 206 ◦ blue 160

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

Shades of Spring Rain #A2CEA0

Tints of Spring Rain #A2CEA0

RGB

 RED value IS 162 (63.67% from 255) = 30.68%

 GREEN value IS 206 (80.86% from 255) = 39.02%

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

R = 30.68%
G = 39.02%
B = 30.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#A2CEA0 (or 0xA2CEA0) is known color: Spring Rain. HEX triplet: A2, CE and A0. RGB value is (162,206,160). Sum of RGB (Red+Green+Blue) = 162+206+160=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA0 is #5D315F. Grayscale: #BBBBBB. Windows color (decimal): -6107488 or 10538658. OLE color: 10538658.

HSL color Cylindrical-coordinate representation of color #A2CEA0: hue angle of 117.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CEA0 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 160 -
CMYK 0.21 0 0.22 0.19
HSL 117.39º 0.32% 0.72% -
HSV(B) 117.39º 0.22% 0.81% -
XYZ 43.32 54.36 41.47 -
YUV 187.6 112.42 109.74 -
System Red Green Blue C M Y K H S L
Decimal 162 206 160 0.21 0 0.22 0.19 117.39 0.32 0.72
Hex A2 CE A0 15 0 16 13 75 20 48
Octal 242 316 240 25 0 26 23 165 40 110
Binary 10100010 11001110 10100000 10101 0 10110 10011 1110101 100000 1001000

Color Harmonies of #A2CEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CEA0

Black with #A2CEA0

Text Example


Text Example

White with #A2CEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CEA0; }

 p { color: rgb(162,206,160); }

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

background-color css

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

 a { background-color: rgb(162,206,160); }

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

border-color css

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

 span { border-color: rgb(162,206,160); }

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