Html Css Color HEX #ACF271 Feijoa

📋 copy color: '#ACF271'

red 172 ◦ green 242 ◦ blue 113

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

Shades of Feijoa #ACF271

Tints of Feijoa #ACF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.92%

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

R = 32.64%
G = 45.92%
B = 21.44%

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

#ACF271 (or 0xACF271) is known color: Feijoa. HEX triplet: AC, F2 and 71. RGB value is (172,242,113). Sum of RGB (Red+Green+Blue) = 172+242+113=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF271 is #530D8E. Grayscale: #CECECE. Windows color (decimal): -5442959 or 7467692. OLE color: 7467692.

HSL color Cylindrical-coordinate representation of color #ACF271: hue angle of 92.56º degrees, saturation: 0.83, 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 #ACF271 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 113 -
CMYK 0.29 0 0.53 0.05
HSL 92.56º 0.83% 0.7% -
HSV(B) 92.56º 0.53% 0.95% -
XYZ 51.75 73.47 27.08 -
YUV 206.36 75.31 103.49 -
System Red Green Blue C M Y K H S L
Decimal 172 242 113 0.29 0 0.53 0.05 92.56 0.83 0.7
Hex AC F2 71 1D 0 35 5 5D 53 46
Octal 254 362 161 35 0 65 5 135 123 106
Binary 10101100 11110010 1110001 11101 0 110101 101 1011101 1010011 1000110

Color Harmonies of #ACF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF271

Black with #ACF271

Text Example


Text Example

White with #ACF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF271; }

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

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

background-color css

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

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

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

border-color css

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

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

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