Html Css Color HEX #ACF780 Feijoa

📋 copy color: '#ACF780'

red 172 ◦ green 247 ◦ blue 128

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

Shades of Feijoa #ACF780

Tints of Feijoa #ACF780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 31.44%
G = 45.16%
B = 23.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#ACF780 (or 0xACF780) is known color: Feijoa. HEX triplet: AC, F7 and 80. RGB value is (172,247,128). Sum of RGB (Red+Green+Blue) = 172+247+128=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF780 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF780 is #53087F. Grayscale: #D3D3D3. Windows color (decimal): -5441664 or 8452012. OLE color: 8452012.

HSL color Cylindrical-coordinate representation of color #ACF780: hue angle of 97.82º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACF780 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 128 -
CMYK 0.30 0 0.48 0.03
HSL 97.82º 0.88% 0.74% -
HSV(B) 97.82º 0.48% 0.97% -
XYZ 54.17 76.85 32.4 -
YUV 211.01 81.15 100.18 -
System Red Green Blue C M Y K H S L
Decimal 172 247 128 0.30 0 0.48 0.03 97.82 0.88 0.74
Hex AC F7 80 1E 0 30 3 62 58 4A
Octal 254 367 200 36 0 60 3 142 130 112
Binary 10101100 11110111 10000000 11110 0 110000 11 1100010 1011000 1001010

Color Harmonies of #ACF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF780

Black with #ACF780

Text Example


Text Example

White with #ACF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF780; }

 p { color: rgb(172,247,128); }

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

background-color css

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

 a { background-color: rgb(172,247,128); }

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

border-color css

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

 span { border-color: rgb(172,247,128); }

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