Html Css Color HEX #A2C09F Spring Rain

📋 copy color: '#A2C09F'

red 162 ◦ green 192 ◦ blue 159

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

Shades of Spring Rain #A2C09F

Tints of Spring Rain #A2C09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.43%

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

R = 31.58%
G = 37.43%
B = 30.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#A2C09F (or 0xA2C09F) is known color: Spring Rain. HEX triplet: A2, C0 and 9F. RGB value is (162,192,159). Sum of RGB (Red+Green+Blue) = 162+192+159=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C09F is #5D3F60. Grayscale: #B3B3B3. Windows color (decimal): -6111073 or 10469538. OLE color: 10469538.

HSL color Cylindrical-coordinate representation of color #A2C09F: hue angle of 114.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C09F is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 159 -
CMYK 0.16 0 0.17 0.25
HSL 114.55º 0.21% 0.69% -
HSV(B) 114.55º 0.17% 0.75% -
XYZ 40.01 47.88 39.93 -
YUV 179.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 162 192 159 0.16 0 0.17 0.25 114.55 0.21 0.69
Hex A2 C0 9F 10 0 11 19 73 15 45
Octal 242 300 237 20 0 21 31 163 25 105
Binary 10100010 11000000 10011111 10000 0 10001 11001 1110011 10101 1000101

Color Harmonies of #A2C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C09F

Black with #A2C09F

Text Example


Text Example

White with #A2C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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