Html Css Color HEX #A2C69F Spring Rain

📋 copy color: '#A2C69F'

red 162 ◦ green 198 ◦ blue 159

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

Shades of Spring Rain #A2C69F

Tints of Spring Rain #A2C69F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.15%

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

R = 31.21%
G = 38.15%
B = 30.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#A2C69F (or 0xA2C69F) is known color: Spring Rain. HEX triplet: A2, C6 and 9F. RGB value is (162,198,159). Sum of RGB (Red+Green+Blue) = 162+198+159=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C69F is #5D3960. Grayscale: #B6B6B6. Windows color (decimal): -6109537 or 10471074. OLE color: 10471074.

HSL color Cylindrical-coordinate representation of color #A2C69F: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2C69F is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 159 -
CMYK 0.18 0 0.20 0.22
HSL 115.38º 0.25% 0.7% -
HSV(B) 115.38º 0.2% 0.78% -
XYZ 41.35 50.57 40.38 -
YUV 182.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 162 198 159 0.18 0 0.20 0.22 115.38 0.25 0.7
Hex A2 C6 9F 12 0 14 16 73 19 46
Octal 242 306 237 22 0 24 26 163 31 106
Binary 10100010 11000110 10011111 10010 0 10100 10110 1110011 11001 1000110

Color Harmonies of #A2C69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C69F

Black with #A2C69F

Text Example


Text Example

White with #A2C69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C69F; }

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

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

background-color css

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

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

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

border-color css

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

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

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