Html Css Color HEX #ACE585 Feijoa

📋 copy color: '#ACE585'

red 172 ◦ green 229 ◦ blue 133

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

Shades of Feijoa #ACE585

Tints of Feijoa #ACE585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.88%

 BLUE value IS 133 (52.34% from 255) = 24.91%

R = 32.21%
G = 42.88%
B = 24.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#ACE585 (or 0xACE585) is known color: Feijoa. HEX triplet: AC, E5 and 85. RGB value is (172,229,133). Sum of RGB (Red+Green+Blue) = 172+229+133=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE585 is #531A7A. Grayscale: #C9C9C9. Windows color (decimal): -5446267 or 8775084. OLE color: 8775084.

HSL color Cylindrical-coordinate representation of color #ACE585: hue angle of 95.62º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACE585 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 133 -
CMYK 0.25 0 0.42 0.10
HSL 95.63º 0.65% 0.71% -
HSV(B) 95.63º 0.42% 0.9% -
XYZ 49.27 66.5 32.43 -
YUV 201.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 172 229 133 0.25 0 0.42 0.10 95.63 0.65 0.71
Hex AC E5 85 19 0 2A A 60 41 47
Octal 254 345 205 31 0 52 12 140 101 107
Binary 10101100 11100101 10000101 11001 0 101010 1010 1100000 1000001 1000111

Color Harmonies of #ACE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE585

Black with #ACE585

Text Example


Text Example

White with #ACE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE585; }

 p { color: rgb(172,229,133); }

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

background-color css

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

 a { background-color: rgb(172,229,133); }

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

border-color css

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

 span { border-color: rgb(172,229,133); }

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