Html Css Color HEX #ACF578 Feijoa

📋 copy color: '#ACF578'

red 172 ◦ green 245 ◦ blue 120

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

Shades of Feijoa #ACF578

Tints of Feijoa #ACF578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.35%

R = 32.03%
G = 45.62%
B = 22.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#ACF578 (or 0xACF578) is known color: Feijoa. HEX triplet: AC, F5 and 78. RGB value is (172,245,120). Sum of RGB (Red+Green+Blue) = 172+245+120=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF578 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF578 is #530A87. Grayscale: #D1D1D1. Windows color (decimal): -5442184 or 7927212. OLE color: 7927212.

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

Color convert

RGB 172 245 120 -
CMYK 0.30 0 0.51 0.04
HSL 95.04º 0.86% 0.72% -
HSV(B) 95.04º 0.51% 0.96% -
XYZ 53.06 75.43 29.53 -
YUV 208.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 172 245 120 0.30 0 0.51 0.04 95.04 0.86 0.72
Hex AC F5 78 1E 0 33 4 5F 56 48
Octal 254 365 170 36 0 63 4 137 126 110
Binary 10101100 11110101 1111000 11110 0 110011 100 1011111 1010110 1001000

Color Harmonies of #ACF578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF578

Black with #ACF578

Text Example


Text Example

White with #ACF578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF578; }

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

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

background-color css

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

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

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

border-color css

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

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

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