Html Css Color HEX #ACF576 Feijoa

📋 copy color: '#ACF576'

red 172 ◦ green 245 ◦ blue 118

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

Shades of Feijoa #ACF576

Tints of Feijoa #ACF576

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.79%

 BLUE value IS 118 (46.48% from 255) = 22.06%

R = 32.15%
G = 45.79%
B = 22.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#ACF576 (or 0xACF576) is known color: Feijoa. HEX triplet: AC, F5 and 76. RGB value is (172,245,118). Sum of RGB (Red+Green+Blue) = 172+245+118=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF576 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF576 is #530A89. Grayscale: #D1D1D1. Windows color (decimal): -5442186 or 7796140. OLE color: 7796140.

HSL color Cylindrical-coordinate representation of color #ACF576: hue angle of 94.49º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF576 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 118 -
CMYK 0.30 0 0.52 0.04
HSL 94.49º 0.86% 0.71% -
HSV(B) 94.49º 0.52% 0.96% -
XYZ 52.94 75.38 28.9 -
YUV 208.7 76.82 101.83 -
System Red Green Blue C M Y K H S L
Decimal 172 245 118 0.30 0 0.52 0.04 94.49 0.86 0.71
Hex AC F5 76 1E 0 34 4 5E 56 47
Octal 254 365 166 36 0 64 4 136 126 107
Binary 10101100 11110101 1110110 11110 0 110100 100 1011110 1010110 1000111

Color Harmonies of #ACF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF576

Black with #ACF576

Text Example


Text Example

White with #ACF576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF576; }

 p { color: rgb(172,245,118); }

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

background-color css

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

 a { background-color: rgb(172,245,118); }

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

border-color css

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

 span { border-color: rgb(172,245,118); }

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