Html Css Color HEX #A2CC98 Spring Rain

📋 copy color: '#A2CC98'

red 162 ◦ green 204 ◦ blue 152

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

Shades of Spring Rain #A2CC98

Tints of Spring Rain #A2CC98

RGB

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

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

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

R = 31.27%
G = 39.38%
B = 29.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#A2CC98 (or 0xA2CC98) is known color: Spring Rain. HEX triplet: A2, CC and 98. RGB value is (162,204,152). Sum of RGB (Red+Green+Blue) = 162+204+152=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC98 is #5D3367. Grayscale: #B9B9B9. Windows color (decimal): -6108008 or 10013858. OLE color: 10013858.

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

Color convert

RGB 162 204 152 -
CMYK 0.21 0 0.25 0.2
HSL 108.46º 0.34% 0.7% -
HSV(B) 108.46º 0.25% 0.8% -
XYZ 42.16 53.13 37.74 -
YUV 185.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 162 204 152 0.21 0 0.25 0.2 108.46 0.34 0.7
Hex A2 CC 98 15 0 19 14 6C 22 46
Octal 242 314 230 25 0 31 24 154 42 106
Binary 10100010 11001100 10011000 10101 0 11001 10100 1101100 100010 1000110

Color Harmonies of #A2CC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC98

Black with #A2CC98

Text Example


Text Example

White with #A2CC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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