Html Css Color HEX #ACC998 Sprout

📋 copy color: '#ACC998'

red 172 ◦ green 201 ◦ blue 152

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

Shades of Sprout #ACC998

Tints of Sprout #ACC998

RGB

 RED value IS 172 (67.58% from 255) = 32.76%

 GREEN value IS 201 (78.91% from 255) = 38.29%

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

R = 32.76%
G = 38.29%
B = 28.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#ACC998 (or 0xACC998) is known color: Sprout. HEX triplet: AC, C9 and 98. RGB value is (172,201,152). Sum of RGB (Red+Green+Blue) = 172+201+152=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC998 is #533667. Grayscale: #BABABA. Windows color (decimal): -5453416 or 10013100. OLE color: 10013100.

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

Color convert

RGB 172 201 152 -
CMYK 0.14 0 0.24 0.21
HSL 95.51º 0.31% 0.69% -
HSV(B) 95.51º 0.24% 0.79% -
XYZ 43.57 52.81 37.6 -
YUV 186.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 172 201 152 0.14 0 0.24 0.21 95.51 0.31 0.69
Hex AC C9 98 E 0 18 15 60 1F 45
Octal 254 311 230 16 0 30 25 140 37 105
Binary 10101100 11001001 10011000 1110 0 11000 10101 1100000 11111 1000101

Color Harmonies of #ACC998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC998

Black with #ACC998

Text Example


Text Example

White with #ACC998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC998; }

 p { color: rgb(172,201,152); }

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

background-color css

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

 a { background-color: rgb(172,201,152); }

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

border-color css

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

 span { border-color: rgb(172,201,152); }

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