Html Css Color HEX #ACEA75 Feijoa

📋 copy color: '#ACEA75'

red 172 ◦ green 234 ◦ blue 117

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

Shades of Feijoa #ACEA75

Tints of Feijoa #ACEA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.37%

R = 32.89%
G = 44.74%
B = 22.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#ACEA75 (or 0xACEA75) is known color: Feijoa. HEX triplet: AC, EA and 75. RGB value is (172,234,117). Sum of RGB (Red+Green+Blue) = 172+234+117=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA75 is #53158A. Grayscale: #CACACA. Windows color (decimal): -5445003 or 7727788. OLE color: 7727788.

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

Color convert

RGB 172 234 117 -
CMYK 0.26 0 0.5 0.08
HSL 91.79º 0.74% 0.69% -
HSV(B) 91.79º 0.5% 0.92% -
XYZ 49.65 68.9 27.51 -
YUV 202.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 172 234 117 0.26 0 0.5 0.08 91.79 0.74 0.69
Hex AC EA 75 1A 0 32 8 5C 4A 45
Octal 254 352 165 32 0 62 10 134 112 105
Binary 10101100 11101010 1110101 11010 0 110010 1000 1011100 1001010 1000101

Color Harmonies of #ACEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA75

Black with #ACEA75

Text Example


Text Example

White with #ACEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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