Html Css Color HEX #ACF777 Feijoa

📋 copy color: '#ACF777'

red 172 ◦ green 247 ◦ blue 119

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

Shades of Feijoa #ACF777

Tints of Feijoa #ACF777

RGB

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

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

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

R = 31.97%
G = 45.91%
B = 22.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#ACF777 (or 0xACF777) is known color: Feijoa. HEX triplet: AC, F7 and 77. RGB value is (172,247,119). Sum of RGB (Red+Green+Blue) = 172+247+119=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF777 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF777 is #530888. Grayscale: #D2D2D2. Windows color (decimal): -5441673 or 7862188. OLE color: 7862188.

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

Color convert

RGB 172 247 119 -
CMYK 0.30 0 0.52 0.03
HSL 95.16º 0.89% 0.72% -
HSV(B) 95.16º 0.52% 0.97% -
XYZ 53.6 76.62 29.42 -
YUV 209.98 76.65 100.91 -
System Red Green Blue C M Y K H S L
Decimal 172 247 119 0.30 0 0.52 0.03 95.16 0.89 0.72
Hex AC F7 77 1E 0 34 3 5F 59 48
Octal 254 367 167 36 0 64 3 137 131 110
Binary 10101100 11110111 1110111 11110 0 110100 11 1011111 1011001 1001000

Color Harmonies of #ACF777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF777

Black with #ACF777

Text Example


Text Example

White with #ACF777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF777; }

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

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

background-color css

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

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

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

border-color css

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

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

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