Html Css Color HEX #ACF774 Feijoa

📋 copy color: '#ACF774'

red 172 ◦ green 247 ◦ blue 116

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

Shades of Feijoa #ACF774

Tints of Feijoa #ACF774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.68%

R = 32.15%
G = 46.17%
B = 21.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#ACF774 (or 0xACF774) is known color: Feijoa. HEX triplet: AC, F7 and 74. RGB value is (172,247,116). Sum of RGB (Red+Green+Blue) = 172+247+116=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF774 is #53088B. Grayscale: #D2D2D2. Windows color (decimal): -5441676 or 7665580. OLE color: 7665580.

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

Color convert

RGB 172 247 116 -
CMYK 0.30 0 0.53 0.03
HSL 94.35º 0.89% 0.71% -
HSV(B) 94.35º 0.53% 0.97% -
XYZ 53.43 76.55 28.48 -
YUV 209.64 75.15 101.15 -
System Red Green Blue C M Y K H S L
Decimal 172 247 116 0.30 0 0.53 0.03 94.35 0.89 0.71
Hex AC F7 74 1E 0 35 3 5E 59 47
Octal 254 367 164 36 0 65 3 136 131 107
Binary 10101100 11110111 1110100 11110 0 110101 11 1011110 1011001 1000111

Color Harmonies of #ACF774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF774

Black with #ACF774

Text Example


Text Example

White with #ACF774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF774; }

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

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

background-color css

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

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

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

border-color css

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

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

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