Html Css Color HEX #ACF071 Feijoa

📋 copy color: '#ACF071'

red 172 ◦ green 240 ◦ blue 113

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

Shades of Feijoa #ACF071

Tints of Feijoa #ACF071

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 32.76%
G = 45.71%
B = 21.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#ACF071 (or 0xACF071) is known color: Feijoa. HEX triplet: AC, F0 and 71. RGB value is (172,240,113). Sum of RGB (Red+Green+Blue) = 172+240+113=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF071 is #530F8E. Grayscale: #CDCDCD. Windows color (decimal): -5443471 or 7467180. OLE color: 7467180.

HSL color Cylindrical-coordinate representation of color #ACF071: hue angle of 92.13º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF071 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 113 -
CMYK 0.28 0 0.53 0.06
HSL 92.13º 0.81% 0.69% -
HSV(B) 92.13º 0.53% 0.94% -
XYZ 51.15 72.28 26.88 -
YUV 205.19 75.97 104.33 -
System Red Green Blue C M Y K H S L
Decimal 172 240 113 0.28 0 0.53 0.06 92.13 0.81 0.69
Hex AC F0 71 1C 0 35 6 5C 51 45
Octal 254 360 161 34 0 65 6 134 121 105
Binary 10101100 11110000 1110001 11100 0 110101 110 1011100 1010001 1000101

Color Harmonies of #ACF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF071

Black with #ACF071

Text Example


Text Example

White with #ACF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF071; }

 p { color: rgb(172,240,113); }

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

background-color css

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

 a { background-color: rgb(172,240,113); }

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

border-color css

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

 span { border-color: rgb(172,240,113); }

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