Html Css Color HEX #ACF778 Feijoa

📋 copy color: '#ACF778'

red 172 ◦ green 247 ◦ blue 120

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

Shades of Feijoa #ACF778

Tints of Feijoa #ACF778

RGB

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

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

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

R = 31.91%
G = 45.83%
B = 22.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#ACF778 (or 0xACF778) is known color: Feijoa. HEX triplet: AC, F7 and 78. RGB value is (172,247,120). Sum of RGB (Red+Green+Blue) = 172+247+120=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF778 is #530887. Grayscale: #D2D2D2. Windows color (decimal): -5441672 or 7927724. OLE color: 7927724.

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

Color convert

RGB 172 247 120 -
CMYK 0.30 0 0.51 0.03
HSL 95.43º 0.89% 0.72% -
HSV(B) 95.43º 0.51% 0.97% -
XYZ 53.66 76.65 29.74 -
YUV 210.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 172 247 120 0.30 0 0.51 0.03 95.43 0.89 0.72
Hex AC F7 78 1E 0 33 3 5F 59 48
Octal 254 367 170 36 0 63 3 137 131 110
Binary 10101100 11110111 1111000 11110 0 110011 11 1011111 1011001 1001000

Color Harmonies of #ACF778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF778

Black with #ACF778

Text Example


Text Example

White with #ACF778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF778; }

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

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

background-color css

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

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

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

border-color css

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

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

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