Html Css Color HEX #ACF473 Feijoa

📋 copy color: '#ACF473'

red 172 ◦ green 244 ◦ blue 115

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

Shades of Feijoa #ACF473

Tints of Feijoa #ACF473

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.95%

 BLUE value IS 115 (45.31% from 255) = 21.66%

R = 32.39%
G = 45.95%
B = 21.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#ACF473 (or 0xACF473) is known color: Feijoa. HEX triplet: AC, F4 and 73. RGB value is (172,244,115). Sum of RGB (Red+Green+Blue) = 172+244+115=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF473 is #530B8C. Grayscale: #D0D0D0. Windows color (decimal): -5442445 or 7599276. OLE color: 7599276.

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

Color convert

RGB 172 244 115 -
CMYK 0.30 0 0.53 0.04
HSL 93.49º 0.85% 0.7% -
HSV(B) 93.49º 0.53% 0.96% -
XYZ 52.46 74.71 27.88 -
YUV 207.77 75.65 102.49 -
System Red Green Blue C M Y K H S L
Decimal 172 244 115 0.30 0 0.53 0.04 93.49 0.85 0.7
Hex AC F4 73 1E 0 35 4 5D 55 46
Octal 254 364 163 36 0 65 4 135 125 106
Binary 10101100 11110100 1110011 11110 0 110101 100 1011101 1010101 1000110

Color Harmonies of #ACF473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF473

Black with #ACF473

Text Example


Text Example

White with #ACF473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF473; }

 p { color: rgb(172,244,115); }

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

background-color css

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

 a { background-color: rgb(172,244,115); }

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

border-color css

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

 span { border-color: rgb(172,244,115); }

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