Html Css Color HEX #A2CC9F Spring Rain

📋 copy color: '#A2CC9F'

red 162 ◦ green 204 ◦ blue 159

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

Shades of Spring Rain #A2CC9F

Tints of Spring Rain #A2CC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.29%

R = 30.86%
G = 38.86%
B = 30.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#A2CC9F (or 0xA2CC9F) is known color: Spring Rain. HEX triplet: A2, CC and 9F. RGB value is (162,204,159). Sum of RGB (Red+Green+Blue) = 162+204+159=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC9F is #5D3360. Grayscale: #BABABA. Windows color (decimal): -6108001 or 10472610. OLE color: 10472610.

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

Color convert

RGB 162 204 159 -
CMYK 0.21 0 0.22 0.2
HSL 116º 0.31% 0.71% -
HSV(B) 116º 0.22% 0.8% -
XYZ 42.75 53.37 40.85 -
YUV 186.31 112.59 110.66 -
System Red Green Blue C M Y K H S L
Decimal 162 204 159 0.21 0 0.22 0.2 116 0.31 0.71
Hex A2 CC 9F 15 0 16 14 74 1F 47
Octal 242 314 237 25 0 26 24 164 37 107
Binary 10100010 11001100 10011111 10101 0 10110 10100 1110100 11111 1000111

Color Harmonies of #A2CC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC9F

Black with #A2CC9F

Text Example


Text Example

White with #A2CC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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