Html Css Color HEX #ACEA71 Feijoa

📋 copy color: '#ACEA71'

red 172 ◦ green 234 ◦ blue 113

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

Shades of Feijoa #ACEA71

Tints of Feijoa #ACEA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

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

R = 33.14%
G = 45.09%
B = 21.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#ACEA71 (or 0xACEA71) is known color: Feijoa. HEX triplet: AC, EA and 71. RGB value is (172,234,113). Sum of RGB (Red+Green+Blue) = 172+234+113=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA71 is #53158E. Grayscale: #CACACA. Windows color (decimal): -5445007 or 7465644. OLE color: 7465644.

HSL color Cylindrical-coordinate representation of color #ACEA71: hue angle of 90.74º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACEA71 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 113 -
CMYK 0.26 0 0.52 0.08
HSL 90.74º 0.74% 0.68% -
HSV(B) 90.74º 0.52% 0.92% -
XYZ 49.42 68.81 26.3 -
YUV 201.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 172 234 113 0.26 0 0.52 0.08 90.74 0.74 0.68
Hex AC EA 71 1A 0 34 8 5B 4A 44
Octal 254 352 161 32 0 64 10 133 112 104
Binary 10101100 11101010 1110001 11010 0 110100 1000 1011011 1001010 1000100

Color Harmonies of #ACEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA71

Black with #ACEA71

Text Example


Text Example

White with #ACEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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