Html Css Color HEX #A2C098 Spring Rain

📋 copy color: '#A2C098'

red 162 ◦ green 192 ◦ blue 152

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

Shades of Spring Rain #A2C098

Tints of Spring Rain #A2C098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.04%

R = 32.02%
G = 37.94%
B = 30.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#A2C098 (or 0xA2C098) is known color: Spring Rain. HEX triplet: A2, C0 and 98. RGB value is (162,192,152). Sum of RGB (Red+Green+Blue) = 162+192+152=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C098 is #5D3F67. Grayscale: #B2B2B2. Windows color (decimal): -6111080 or 10010786. OLE color: 10010786.

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

Color convert

RGB 162 192 152 -
CMYK 0.16 0 0.21 0.25
HSL 105º 0.24% 0.67% -
HSV(B) 105º 0.21% 0.75% -
XYZ 39.42 47.65 36.83 -
YUV 178.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 162 192 152 0.16 0 0.21 0.25 105 0.24 0.67
Hex A2 C0 98 10 0 15 19 69 18 43
Octal 242 300 230 20 0 25 31 151 30 103
Binary 10100010 11000000 10011000 10000 0 10101 11001 1101001 11000 1000011

Color Harmonies of #A2C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C098

Black with #A2C098

Text Example


Text Example

White with #A2C098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C098; }

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

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

background-color css

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

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

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

border-color css

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

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

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