Html Css Color HEX #AACD98 Spring Rain

📋 copy color: '#AACD98'

red 170 ◦ green 205 ◦ blue 152

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

Shades of Spring Rain #AACD98

Tints of Spring Rain #AACD98

RGB

 RED value IS 170 (66.8% from 255) = 32.26%

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

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

R = 32.26%
G = 38.9%
B = 28.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#AACD98 (or 0xAACD98) is known color: Spring Rain. HEX triplet: AA, CD and 98. RGB value is (170,205,152). Sum of RGB (Red+Green+Blue) = 170+205+152=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD98 is #553267. Grayscale: #BCBCBC. Windows color (decimal): -5583464 or 10014122. OLE color: 10014122.

HSL color Cylindrical-coordinate representation of color #AACD98: hue angle of 99.62º 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 #AACD98 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 152 -
CMYK 0.17 0 0.26 0.20
HSL 99.62º 0.35% 0.7% -
HSV(B) 99.62º 0.26% 0.8% -
XYZ 44.08 54.48 37.9 -
YUV 188.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 170 205 152 0.17 0 0.26 0.20 99.62 0.35 0.7
Hex AA CD 98 11 0 1A 14 64 23 46
Octal 252 315 230 21 0 32 24 144 43 106
Binary 10101010 11001101 10011000 10001 0 11010 10100 1100100 100011 1000110

Color Harmonies of #AACD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD98

Black with #AACD98

Text Example


Text Example

White with #AACD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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