Html Css Color HEX #ACAF99 Green Spring

📋 copy color: '#ACAF99'

red 172 ◦ green 175 ◦ blue 153

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

Shades of Green Spring #ACAF99

Tints of Green Spring #ACAF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 34.4%
G = 35%
B = 30.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#ACAF99 (or 0xACAF99) is known color: Green Spring. HEX triplet: AC, AF and 99. RGB value is (172,175,153). Sum of RGB (Red+Green+Blue) = 172+175+153=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF99 is #535066. Grayscale: #ABABAB. Windows color (decimal): -5460071 or 10071980. OLE color: 10071980.

HSL color Cylindrical-coordinate representation of color #ACAF99: hue angle of 68.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACAF99 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 175 153 -
CMYK 0.02 0 0.13 0.31
HSL 68.18º 0.12% 0.64% -
HSV(B) 68.18º 0.13% 0.69% -
XYZ 38.09 41.73 36.18 -
YUV 171.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 172 175 153 0.02 0 0.13 0.31 68.18 0.12 0.64
Hex AC AF 99 2 0 D 1F 44 C 40
Octal 254 257 231 2 0 15 37 104 14 100
Binary 10101100 10101111 10011001 10 0 1101 11111 1000100 1100 1000000

Color Harmonies of #ACAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAF99

Black with #ACAF99

Text Example


Text Example

White with #ACAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAF99; }

 p { color: rgb(172,175,153); }

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

background-color css

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

 a { background-color: rgb(172,175,153); }

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

border-color css

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

 span { border-color: rgb(172,175,153); }

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