Html Css Color HEX #ACEE75 Feijoa

📋 copy color: '#ACEE75'

red 172 ◦ green 238 ◦ blue 117

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

Shades of Feijoa #ACEE75

Tints of Feijoa #ACEE75

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

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

R = 32.64%
G = 45.16%
B = 22.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ACEE75 (or 0xACEE75) is known color: Feijoa. HEX triplet: AC, EE and 75. RGB value is (172,238,117). Sum of RGB (Red+Green+Blue) = 172+238+117=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEE75 is #53118A. Grayscale: #CCCCCC. Windows color (decimal): -5443979 or 7728812. OLE color: 7728812.

HSL color Cylindrical-coordinate representation of color #ACEE75: hue angle of 92.73º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACEE75 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 238 117 -
CMYK 0.28 0 0.51 0.07
HSL 92.73º 0.78% 0.7% -
HSV(B) 92.73º 0.51% 0.93% -
XYZ 50.8 71.2 27.9 -
YUV 204.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 172 238 117 0.28 0 0.51 0.07 92.73 0.78 0.7
Hex AC EE 75 1C 0 33 7 5D 4E 46
Octal 254 356 165 34 0 63 7 135 116 106
Binary 10101100 11101110 1110101 11100 0 110011 111 1011101 1001110 1000110

Color Harmonies of #ACEE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEE75

Black with #ACEE75

Text Example


Text Example

White with #ACEE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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