Html Css Color HEX #ACE974 Feijoa

📋 copy color: '#ACE974'

red 172 ◦ green 233 ◦ blue 116

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

Shades of Feijoa #ACE974

Tints of Feijoa #ACE974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.26%

R = 33.01%
G = 44.72%
B = 22.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#ACE974 (or 0xACE974) is known color: Feijoa. HEX triplet: AC, E9 and 74. RGB value is (172,233,116). Sum of RGB (Red+Green+Blue) = 172+233+116=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE974 is #53168B. Grayscale: #C9C9C9. Windows color (decimal): -5445260 or 7661996. OLE color: 7661996.

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

Color convert

RGB 172 233 116 -
CMYK 0.26 0 0.50 0.09
HSL 91.28º 0.73% 0.68% -
HSV(B) 91.28º 0.5% 0.91% -
XYZ 49.3 68.31 27.11 -
YUV 201.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 172 233 116 0.26 0 0.50 0.09 91.28 0.73 0.68
Hex AC E9 74 1A 0 32 9 5B 49 44
Octal 254 351 164 32 0 62 11 133 111 104
Binary 10101100 11101001 1110100 11010 0 110010 1001 1011011 1001001 1000100

Color Harmonies of #ACE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE974

Black with #ACE974

Text Example


Text Example

White with #ACE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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