Html Css Color HEX #A2CC9B Spring Rain

📋 copy color: '#A2CC9B'

red 162 ◦ green 204 ◦ blue 155

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

Shades of Spring Rain #A2CC9B

Tints of Spring Rain #A2CC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 155 (60.94% from 255) = 29.75%

R = 31.09%
G = 39.16%
B = 29.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#A2CC9B (or 0xA2CC9B) is known color: Spring Rain. HEX triplet: A2, CC and 9B. RGB value is (162,204,155). Sum of RGB (Red+Green+Blue) = 162+204+155=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC9B is #5D3364. Grayscale: #BABABA. Windows color (decimal): -6108005 or 10210466. OLE color: 10210466.

HSL color Cylindrical-coordinate representation of color #A2CC9B: hue angle of 111.43º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2CC9B is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 155 -
CMYK 0.21 0 0.24 0.2
HSL 111.43º 0.32% 0.7% -
HSV(B) 111.43º 0.24% 0.8% -
XYZ 42.41 53.23 39.05 -
YUV 185.86 110.59 110.98 -
System Red Green Blue C M Y K H S L
Decimal 162 204 155 0.21 0 0.24 0.2 111.43 0.32 0.7
Hex A2 CC 9B 15 0 18 14 6F 20 46
Octal 242 314 233 25 0 30 24 157 40 106
Binary 10100010 11001100 10011011 10101 0 11000 10100 1101111 100000 1000110

Color Harmonies of #A2CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC9B

Black with #A2CC9B

Text Example


Text Example

White with #A2CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC9B; }

 p { color: rgb(162,204,155); }

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

background-color css

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

 a { background-color: rgb(162,204,155); }

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

border-color css

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

 span { border-color: rgb(162,204,155); }

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