Html Css Color HEX #ACF379 Feijoa

📋 copy color: '#ACF379'

red 172 ◦ green 243 ◦ blue 121

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

Shades of Feijoa #ACF379

Tints of Feijoa #ACF379

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

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

R = 32.09%
G = 45.34%
B = 22.57%

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

#ACF379 (or 0xACF379) is known color: Feijoa. HEX triplet: AC, F3 and 79. RGB value is (172,243,121). Sum of RGB (Red+Green+Blue) = 172+243+121=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF379 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF379 is #530C86. Grayscale: #D0D0D0. Windows color (decimal): -5442695 or 7992236. OLE color: 7992236.

HSL color Cylindrical-coordinate representation of color #ACF379: hue angle of 94.92º degrees, saturation: 0.84, 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 #ACF379 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 121 -
CMYK 0.29 0 0.50 0.05
HSL 94.92º 0.84% 0.71% -
HSV(B) 94.92º 0.5% 0.95% -
XYZ 52.52 74.25 29.65 -
YUV 207.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 172 243 121 0.29 0 0.50 0.05 94.92 0.84 0.71
Hex AC F3 79 1D 0 32 5 5F 54 47
Octal 254 363 171 35 0 62 5 137 124 107
Binary 10101100 11110011 1111001 11101 0 110010 101 1011111 1010100 1000111

Color Harmonies of #ACF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF379

Black with #ACF379

Text Example


Text Example

White with #ACF379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF379; }

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

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

background-color css

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

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

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

border-color css

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

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

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