Html Css Color HEX #A1CD98 Spring Rain

📋 copy color: '#A1CD98'

red 161 ◦ green 205 ◦ blue 152

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

Shades of Spring Rain #A1CD98

Tints of Spring Rain #A1CD98

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

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

R = 31.08%
G = 39.58%
B = 29.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#A1CD98 (or 0xA1CD98) is known color: Spring Rain. HEX triplet: A1, CD and 98. RGB value is (161,205,152). Sum of RGB (Red+Green+Blue) = 161+205+152=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD98 is #5E3267. Grayscale: #B9B9B9. Windows color (decimal): -6173288 or 10014113. OLE color: 10014113.

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

Color convert

RGB 161 205 152 -
CMYK 0.21 0 0.26 0.20
HSL 109.81º 0.35% 0.7% -
HSV(B) 109.81º 0.26% 0.8% -
XYZ 42.2 53.51 37.81 -
YUV 185.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 161 205 152 0.21 0 0.26 0.20 109.81 0.35 0.7
Hex A1 CD 98 15 0 1A 14 6E 23 46
Octal 241 315 230 25 0 32 24 156 43 106
Binary 10100001 11001101 10011000 10101 0 11010 10100 1101110 100011 1000110

Color Harmonies of #A1CD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD98

Black with #A1CD98

Text Example


Text Example

White with #A1CD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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