Html Css Color HEX #ACF279 Feijoa

📋 copy color: '#ACF279'

red 172 ◦ green 242 ◦ blue 121

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

Shades of Feijoa #ACF279

Tints of Feijoa #ACF279

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

 BLUE value IS 121 (47.66% from 255) = 22.62%

R = 32.15%
G = 45.23%
B = 22.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#ACF279 (or 0xACF279) is known color: Feijoa. HEX triplet: AC, F2 and 79. RGB value is (172,242,121). Sum of RGB (Red+Green+Blue) = 172+242+121=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF279 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF279 is #530D86. Grayscale: #CFCFCF. Windows color (decimal): -5442951 or 7991980. OLE color: 7991980.

HSL color Cylindrical-coordinate representation of color #ACF279: hue angle of 94.71º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF279 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 121 -
CMYK 0.29 0 0.50 0.05
HSL 94.71º 0.82% 0.71% -
HSV(B) 94.71º 0.5% 0.95% -
XYZ 52.22 73.66 29.55 -
YUV 207.28 79.31 102.84 -
System Red Green Blue C M Y K H S L
Decimal 172 242 121 0.29 0 0.50 0.05 94.71 0.82 0.71
Hex AC F2 79 1D 0 32 5 5F 52 47
Octal 254 362 171 35 0 62 5 137 122 107
Binary 10101100 11110010 1111001 11101 0 110010 101 1011111 1010010 1000111

Color Harmonies of #ACF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF279

Black with #ACF279

Text Example


Text Example

White with #ACF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF279; }

 p { color: rgb(172,242,121); }

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

background-color css

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

 a { background-color: rgb(172,242,121); }

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

border-color css

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

 span { border-color: rgb(172,242,121); }

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