Html Css Color HEX #A2CE96 Spring Rain

📋 copy color: '#A2CE96'

red 162 ◦ green 206 ◦ blue 150

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

Shades of Spring Rain #A2CE96

Tints of Spring Rain #A2CE96

RGB

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

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

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

R = 31.27%
G = 39.77%
B = 28.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#A2CE96 (or 0xA2CE96) is known color: Spring Rain. HEX triplet: A2, CE and 96. RGB value is (162,206,150). Sum of RGB (Red+Green+Blue) = 162+206+150=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE96 is #5D3169. Grayscale: #BABABA. Windows color (decimal): -6107498 or 9883298. OLE color: 9883298.

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

Color convert

RGB 162 206 150 -
CMYK 0.21 0 0.27 0.19
HSL 107.14º 0.36% 0.7% -
HSV(B) 107.14º 0.27% 0.81% -
XYZ 42.48 54.03 37.04 -
YUV 186.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 162 206 150 0.21 0 0.27 0.19 107.14 0.36 0.7
Hex A2 CE 96 15 0 1B 13 6B 24 46
Octal 242 316 226 25 0 33 23 153 44 106
Binary 10100010 11001110 10010110 10101 0 11011 10011 1101011 100100 1000110

Color Harmonies of #A2CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE96

Black with #A2CE96

Text Example


Text Example

White with #A2CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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