Html Css Color HEX #ACF47E Feijoa

📋 copy color: '#ACF47E'

red 172 ◦ green 244 ◦ blue 126

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

Shades of Feijoa #ACF47E

Tints of Feijoa #ACF47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.25%

R = 31.73%
G = 45.02%
B = 23.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#ACF47E (or 0xACF47E) is known color: Feijoa. HEX triplet: AC, F4 and 7E. RGB value is (172,244,126). Sum of RGB (Red+Green+Blue) = 172+244+126=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF47E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF47E is #530B81. Grayscale: #D1D1D1. Windows color (decimal): -5442434 or 8320172. OLE color: 8320172.

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

Color convert

RGB 172 244 126 -
CMYK 0.30 0 0.48 0.04
HSL 96.61º 0.84% 0.73% -
HSV(B) 96.61º 0.48% 0.96% -
XYZ 53.13 74.98 31.41 -
YUV 209.02 81.15 101.59 -
System Red Green Blue C M Y K H S L
Decimal 172 244 126 0.30 0 0.48 0.04 96.61 0.84 0.73
Hex AC F4 7E 1E 0 30 4 61 54 49
Octal 254 364 176 36 0 60 4 141 124 111
Binary 10101100 11110100 1111110 11110 0 110000 100 1100001 1010100 1001001

Color Harmonies of #ACF47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF47E

Black with #ACF47E

Text Example


Text Example

White with #ACF47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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