Html Css Color HEX #ACC69F Spring Rain

📋 copy color: '#ACC69F'

red 172 ◦ green 198 ◦ blue 159

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

Shades of Spring Rain #ACC69F

Tints of Spring Rain #ACC69F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.06%

R = 32.51%
G = 37.43%
B = 30.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#ACC69F (or 0xACC69F) is known color: Spring Rain. HEX triplet: AC, C6 and 9F. RGB value is (172,198,159). Sum of RGB (Red+Green+Blue) = 172+198+159=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC69F is #533960. Grayscale: #B9B9B9. Windows color (decimal): -5454177 or 10471084. OLE color: 10471084.

HSL color Cylindrical-coordinate representation of color #ACC69F: hue angle of 100º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC69F is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 159 -
CMYK 0.13 0 0.20 0.22
HSL 100º 0.25% 0.7% -
HSV(B) 100º 0.2% 0.78% -
XYZ 43.47 51.66 40.48 -
YUV 185.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 172 198 159 0.13 0 0.20 0.22 100 0.25 0.7
Hex AC C6 9F D 0 14 16 64 19 46
Octal 254 306 237 15 0 24 26 144 31 106
Binary 10101100 11000110 10011111 1101 0 10100 10110 1100100 11001 1000110

Color Harmonies of #ACC69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC69F

Black with #ACC69F

Text Example


Text Example

White with #ACC69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC69F; }

 p { color: rgb(172,198,159); }

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

background-color css

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

 a { background-color: rgb(172,198,159); }

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

border-color css

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

 span { border-color: rgb(172,198,159); }

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