Html Css Color HEX #ACF371 Feijoa

📋 copy color: '#ACF371'

red 172 ◦ green 243 ◦ blue 113

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

Shades of Feijoa #ACF371

Tints of Feijoa #ACF371

RGB

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

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

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

R = 32.58%
G = 46.02%
B = 21.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#ACF371 (or 0xACF371) is known color: Feijoa. HEX triplet: AC, F3 and 71. RGB value is (172,243,113). Sum of RGB (Red+Green+Blue) = 172+243+113=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF371 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF371 is #530C8E. Grayscale: #CFCFCF. Windows color (decimal): -5442703 or 7467948. OLE color: 7467948.

HSL color Cylindrical-coordinate representation of color #ACF371: hue angle of 92.77º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF371 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 113 -
CMYK 0.29 0 0.53 0.05
HSL 92.77º 0.84% 0.7% -
HSV(B) 92.77º 0.53% 0.95% -
XYZ 52.04 74.06 27.18 -
YUV 206.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 172 243 113 0.29 0 0.53 0.05 92.77 0.84 0.7
Hex AC F3 71 1D 0 35 5 5D 54 46
Octal 254 363 161 35 0 65 5 135 124 106
Binary 10101100 11110011 1110001 11101 0 110101 101 1011101 1010100 1000110

Color Harmonies of #ACF371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF371

Black with #ACF371

Text Example


Text Example

White with #ACF371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF371; }

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

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

background-color css

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

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

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

border-color css

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

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

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