Html Css Color HEX #ACE970 Feijoa

📋 copy color: '#ACE970'

red 172 ◦ green 233 ◦ blue 112

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

Shades of Feijoa #ACE970

Tints of Feijoa #ACE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 33.27%
G = 45.07%
B = 21.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#ACE970 (or 0xACE970) is known color: Feijoa. HEX triplet: AC, E9 and 70. RGB value is (172,233,112). Sum of RGB (Red+Green+Blue) = 172+233+112=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE970 is #53168F. Grayscale: #C9C9C9. Windows color (decimal): -5445264 or 7399852. OLE color: 7399852.

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

Color convert

RGB 172 233 112 -
CMYK 0.26 0 0.52 0.09
HSL 90.25º 0.73% 0.68% -
HSV(B) 90.25º 0.52% 0.91% -
XYZ 49.08 68.22 25.91 -
YUV 200.97 77.79 107.34 -
System Red Green Blue C M Y K H S L
Decimal 172 233 112 0.26 0 0.52 0.09 90.25 0.73 0.68
Hex AC E9 70 1A 0 34 9 5A 49 44
Octal 254 351 160 32 0 64 11 132 111 104
Binary 10101100 11101001 1110000 11010 0 110100 1001 1011010 1001001 1000100

Color Harmonies of #ACE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE970

Black with #ACE970

Text Example


Text Example

White with #ACE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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