Html Css Color HEX #ACF47F Feijoa

📋 copy color: '#ACF47F'

red 172 ◦ green 244 ◦ blue 127

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

Shades of Feijoa #ACF47F

Tints of Feijoa #ACF47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.39%

R = 31.68%
G = 44.94%
B = 23.39%

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

#ACF47F (or 0xACF47F) is known color: Feijoa. HEX triplet: AC, F4 and 7F. RGB value is (172,244,127). Sum of RGB (Red+Green+Blue) = 172+244+127=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF47F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF47F is #530B80. Grayscale: #D1D1D1. Windows color (decimal): -5442433 or 8385708. OLE color: 8385708.

HSL color Cylindrical-coordinate representation of color #ACF47F: hue angle of 96.92º 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 #ACF47F is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 127 -
CMYK 0.30 0 0.48 0.04
HSL 96.92º 0.84% 0.73% -
HSV(B) 96.92º 0.48% 0.96% -
XYZ 53.19 75 31.75 -
YUV 209.13 81.65 101.51 -
System Red Green Blue C M Y K H S L
Decimal 172 244 127 0.30 0 0.48 0.04 96.92 0.84 0.73
Hex AC F4 7F 1E 0 30 4 61 54 49
Octal 254 364 177 36 0 60 4 141 124 111
Binary 10101100 11110100 1111111 11110 0 110000 100 1100001 1010100 1001001

Color Harmonies of #ACF47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF47F

Black with #ACF47F

Text Example


Text Example

White with #ACF47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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