Html Css Color HEX #ACC29E Spring Rain

📋 copy color: '#ACC29E'

red 172 ◦ green 194 ◦ blue 158

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

Shades of Spring Rain #ACC29E

Tints of Spring Rain #ACC29E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

 BLUE value IS 158 (62.11% from 255) = 30.15%

R = 32.82%
G = 37.02%
B = 30.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#ACC29E (or 0xACC29E) is known color: Spring Rain. HEX triplet: AC, C2 and 9E. RGB value is (172,194,158). Sum of RGB (Red+Green+Blue) = 172+194+158=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC29E is #533D61. Grayscale: #B7B7B7. Windows color (decimal): -5455202 or 10404524. OLE color: 10404524.

HSL color Cylindrical-coordinate representation of color #ACC29E: hue angle of 96.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC29E is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 158 -
CMYK 0.11 0 0.19 0.24
HSL 96.67º 0.23% 0.69% -
HSV(B) 96.67º 0.19% 0.76% -
XYZ 42.48 49.82 39.73 -
YUV 183.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 172 194 158 0.11 0 0.19 0.24 96.67 0.23 0.69
Hex AC C2 9E B 0 13 18 61 17 45
Octal 254 302 236 13 0 23 30 141 27 105
Binary 10101100 11000010 10011110 1011 0 10011 11000 1100001 10111 1000101

Color Harmonies of #ACC29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC29E

Black with #ACC29E

Text Example


Text Example

White with #ACC29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC29E; }

 p { color: rgb(172,194,158); }

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

background-color css

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

 a { background-color: rgb(172,194,158); }

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

border-color css

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

 span { border-color: rgb(172,194,158); }

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