Html Css Color HEX #A2CA93 Spring Rain

📋 copy color: '#A2CA93'

red 162 ◦ green 202 ◦ blue 147

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

Shades of Spring Rain #A2CA93

Tints of Spring Rain #A2CA93

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.53%

 BLUE value IS 147 (57.81% from 255) = 28.77%

R = 31.7%
G = 39.53%
B = 28.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#A2CA93 (or 0xA2CA93) is known color: Spring Rain. HEX triplet: A2, CA and 93. RGB value is (162,202,147). Sum of RGB (Red+Green+Blue) = 162+202+147=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CA93 is #5D356C. Grayscale: #B7B7B7. Windows color (decimal): -6108525 or 9685666. OLE color: 9685666.

HSL color Cylindrical-coordinate representation of color #A2CA93: hue angle of 103.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2CA93 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 202 147 -
CMYK 0.20 0 0.27 0.21
HSL 103.64º 0.34% 0.68% -
HSV(B) 103.64º 0.27% 0.79% -
XYZ 41.29 52.03 35.47 -
YUV 183.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 162 202 147 0.20 0 0.27 0.21 103.64 0.34 0.68
Hex A2 CA 93 14 0 1B 15 68 22 44
Octal 242 312 223 24 0 33 25 150 42 104
Binary 10100010 11001010 10010011 10100 0 11011 10101 1101000 100010 1000100

Color Harmonies of #A2CA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA93

Black with #A2CA93

Text Example


Text Example

White with #A2CA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA93; }

 p { color: rgb(162,202,147); }

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

background-color css

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

 a { background-color: rgb(162,202,147); }

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

border-color css

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

 span { border-color: rgb(162,202,147); }

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