Html Css Color HEX #ACE972 Feijoa

📋 copy color: '#ACE972'

red 172 ◦ green 233 ◦ blue 114

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

Shades of Feijoa #ACE972

Tints of Feijoa #ACE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.89%

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 33.14%
G = 44.89%
B = 21.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#ACE972 (or 0xACE972) is known color: Feijoa. HEX triplet: AC, E9 and 72. RGB value is (172,233,114). Sum of RGB (Red+Green+Blue) = 172+233+114=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE972 is #53168D. Grayscale: #C9C9C9. Windows color (decimal): -5445262 or 7530924. OLE color: 7530924.

HSL color Cylindrical-coordinate representation of color #ACE972: hue angle of 90.76º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACE972 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 114 -
CMYK 0.26 0 0.51 0.09
HSL 90.76º 0.73% 0.68% -
HSV(B) 90.76º 0.51% 0.91% -
XYZ 49.19 68.26 26.5 -
YUV 201.2 78.79 107.18 -
System Red Green Blue C M Y K H S L
Decimal 172 233 114 0.26 0 0.51 0.09 90.76 0.73 0.68
Hex AC E9 72 1A 0 33 9 5B 49 44
Octal 254 351 162 32 0 63 11 133 111 104
Binary 10101100 11101001 1110010 11010 0 110011 1001 1011011 1001001 1000100

Color Harmonies of #ACE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE972

Black with #ACE972

Text Example


Text Example

White with #ACE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE972; }

 p { color: rgb(172,233,114); }

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

background-color css

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

 a { background-color: rgb(172,233,114); }

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

border-color css

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

 span { border-color: rgb(172,233,114); }

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