Html Css Color HEX #AAC698 Spring Rain

📋 copy color: '#AAC698'

red 170 ◦ green 198 ◦ blue 152

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

Shades of Spring Rain #AAC698

Tints of Spring Rain #AAC698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

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

R = 32.69%
G = 38.08%
B = 29.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#AAC698 (or 0xAAC698) is known color: Spring Rain. HEX triplet: AA, C6 and 98. RGB value is (170,198,152). Sum of RGB (Red+Green+Blue) = 170+198+152=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC698 is #553967. Grayscale: #B8B8B8. Windows color (decimal): -5585256 or 10012330. OLE color: 10012330.

HSL color Cylindrical-coordinate representation of color #AAC698: hue angle of 96.52º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC698 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 152 -
CMYK 0.14 0 0.23 0.22
HSL 96.52º 0.29% 0.69% -
HSV(B) 96.52º 0.23% 0.78% -
XYZ 42.44 51.2 37.35 -
YUV 184.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 170 198 152 0.14 0 0.23 0.22 96.52 0.29 0.69
Hex AA C6 98 E 0 17 16 61 1D 45
Octal 252 306 230 16 0 27 26 141 35 105
Binary 10101010 11000110 10011000 1110 0 10111 10110 1100001 11101 1000101

Color Harmonies of #AAC698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC698

Black with #AAC698

Text Example


Text Example

White with #AAC698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC698; }

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

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

background-color css

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

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

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

border-color css

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

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

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