Html Css Color HEX #ACF577 Feijoa

📋 copy color: '#ACF577'

red 172 ◦ green 245 ◦ blue 119

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

Shades of Feijoa #ACF577

Tints of Feijoa #ACF577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.2%

R = 32.09%
G = 45.71%
B = 22.2%

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

#ACF577 (or 0xACF577) is known color: Feijoa. HEX triplet: AC, F5 and 77. RGB value is (172,245,119). Sum of RGB (Red+Green+Blue) = 172+245+119=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF577 is #530A88. Grayscale: #D1D1D1. Windows color (decimal): -5442185 or 7861676. OLE color: 7861676.

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

Color convert

RGB 172 245 119 -
CMYK 0.30 0 0.51 0.04
HSL 94.76º 0.86% 0.71% -
HSV(B) 94.76º 0.51% 0.96% -
XYZ 53 75.41 29.21 -
YUV 208.81 77.32 101.75 -
System Red Green Blue C M Y K H S L
Decimal 172 245 119 0.30 0 0.51 0.04 94.76 0.86 0.71
Hex AC F5 77 1E 0 33 4 5F 56 47
Octal 254 365 167 36 0 63 4 137 126 107
Binary 10101100 11110101 1110111 11110 0 110011 100 1011111 1010110 1000111

Color Harmonies of #ACF577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF577

Black with #ACF577

Text Example


Text Example

White with #ACF577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF577; }

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

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

background-color css

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

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

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

border-color css

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

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

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