Html Css Color HEX #A1CA98 Spring Rain

📋 copy color: '#A1CA98'

red 161 ◦ green 202 ◦ blue 152

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

Shades of Spring Rain #A1CA98

Tints of Spring Rain #A1CA98

RGB

 RED value IS 161 (63.28% from 255) = 31.26%

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

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

R = 31.26%
G = 39.22%
B = 29.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#A1CA98 (or 0xA1CA98) is known color: Spring Rain. HEX triplet: A1, CA and 98. RGB value is (161,202,152). Sum of RGB (Red+Green+Blue) = 161+202+152=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA98 is #5E3567. Grayscale: #B8B8B8. Windows color (decimal): -6174056 or 10013345. OLE color: 10013345.

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

Color convert

RGB 161 202 152 -
CMYK 0.20 0 0.25 0.21
HSL 109.2º 0.32% 0.69% -
HSV(B) 109.2º 0.25% 0.79% -
XYZ 41.49 52.09 37.57 -
YUV 184.04 109.92 111.57 -
System Red Green Blue C M Y K H S L
Decimal 161 202 152 0.20 0 0.25 0.21 109.2 0.32 0.69
Hex A1 CA 98 14 0 19 15 6D 20 45
Octal 241 312 230 24 0 31 25 155 40 105
Binary 10100001 11001010 10011000 10100 0 11001 10101 1101101 100000 1000101

Color Harmonies of #A1CA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA98

Black with #A1CA98

Text Example


Text Example

White with #A1CA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA98; }

 p { color: rgb(161,202,152); }

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

background-color css

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

 a { background-color: rgb(161,202,152); }

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

border-color css

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

 span { border-color: rgb(161,202,152); }

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