Html Css Color HEX #ACF676 Feijoa

📋 copy color: '#ACF676'

red 172 ◦ green 246 ◦ blue 118

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

Shades of Feijoa #ACF676

Tints of Feijoa #ACF676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 32.09%
G = 45.9%
B = 22.01%

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

#ACF676 (or 0xACF676) is known color: Feijoa. HEX triplet: AC, F6 and 76. RGB value is (172,246,118). Sum of RGB (Red+Green+Blue) = 172+246+118=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF676 is #530989. Grayscale: #D1D1D1. Windows color (decimal): -5441930 or 7796396. OLE color: 7796396.

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

Color convert

RGB 172 246 118 -
CMYK 0.30 0 0.52 0.04
HSL 94.69º 0.88% 0.71% -
HSV(B) 94.69º 0.52% 0.96% -
XYZ 53.24 75.99 29 -
YUV 209.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 172 246 118 0.30 0 0.52 0.04 94.69 0.88 0.71
Hex AC F6 76 1E 0 34 4 5F 58 47
Octal 254 366 166 36 0 64 4 137 130 107
Binary 10101100 11110110 1110110 11110 0 110100 100 1011111 1011000 1000111

Color Harmonies of #ACF676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF676

Black with #ACF676

Text Example


Text Example

White with #ACF676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF676; }

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

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

background-color css

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

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

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

border-color css

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

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

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