Html Css Color HEX #ACF677 Feijoa

📋 copy color: '#ACF677'

red 172 ◦ green 246 ◦ blue 119

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

Shades of Feijoa #ACF677

Tints of Feijoa #ACF677

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.81%

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

R = 32.03%
G = 45.81%
B = 22.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#ACF677 (or 0xACF677) is known color: Feijoa. HEX triplet: AC, F6 and 77. RGB value is (172,246,119). Sum of RGB (Red+Green+Blue) = 172+246+119=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF677 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF677 is #530988. Grayscale: #D1D1D1. Windows color (decimal): -5441929 or 7861932. OLE color: 7861932.

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

Color convert

RGB 172 246 119 -
CMYK 0.30 0 0.52 0.04
HSL 94.96º 0.88% 0.72% -
HSV(B) 94.96º 0.52% 0.96% -
XYZ 53.3 76.01 29.32 -
YUV 209.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 172 246 119 0.30 0 0.52 0.04 94.96 0.88 0.72
Hex AC F6 77 1E 0 34 4 5F 58 48
Octal 254 366 167 36 0 64 4 137 130 110
Binary 10101100 11110110 1110111 11110 0 110100 100 1011111 1011000 1001000

Color Harmonies of #ACF677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF677

Black with #ACF677

Text Example


Text Example

White with #ACF677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF677; }

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

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

background-color css

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

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

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

border-color css

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

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

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