Html Css Color HEX #ACEA6F Feijoa

📋 copy color: '#ACEA6F'

red 172 ◦ green 234 ◦ blue 111

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

Shades of Feijoa #ACEA6F

Tints of Feijoa #ACEA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.47%

R = 33.27%
G = 45.26%
B = 21.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#ACEA6F (or 0xACEA6F) is known color: Feijoa. HEX triplet: AC, EA and 6F. RGB value is (172,234,111). Sum of RGB (Red+Green+Blue) = 172+234+111=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA6F is #531590. Grayscale: #C9C9C9. Windows color (decimal): -5445009 or 7334572. OLE color: 7334572.

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

Color convert

RGB 172 234 111 -
CMYK 0.26 0 0.53 0.08
HSL 90.24º 0.75% 0.68% -
HSV(B) 90.24º 0.53% 0.92% -
XYZ 49.31 68.76 25.71 -
YUV 201.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 172 234 111 0.26 0 0.53 0.08 90.24 0.75 0.68
Hex AC EA 6F 1A 0 35 8 5A 4B 44
Octal 254 352 157 32 0 65 10 132 113 104
Binary 10101100 11101010 1101111 11010 0 110101 1000 1011010 1001011 1000100

Color Harmonies of #ACEA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA6F

Black with #ACEA6F

Text Example


Text Example

White with #ACEA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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