Html Css Color HEX #ACEC6E Feijoa

📋 copy color: '#ACEC6E'

red 172 ◦ green 236 ◦ blue 110

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

Shades of Feijoa #ACEC6E

Tints of Feijoa #ACEC6E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.56%

 BLUE value IS 110 (43.36% from 255) = 21.24%

R = 33.2%
G = 45.56%
B = 21.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ACEC6E (or 0xACEC6E) is known color: Feijoa. HEX triplet: AC, EC and 6E. RGB value is (172,236,110). Sum of RGB (Red+Green+Blue) = 172+236+110=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEC6E is #531391. Grayscale: #CACACA. Windows color (decimal): -5444498 or 7269548. OLE color: 7269548.

HSL color Cylindrical-coordinate representation of color #ACEC6E: hue angle of 90.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACEC6E is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 110 -
CMYK 0.27 0 0.53 0.07
HSL 90.48º 0.77% 0.68% -
HSV(B) 90.48º 0.53% 0.93% -
XYZ 49.82 69.89 25.62 -
YUV 202.5 75.8 106.25 -
System Red Green Blue C M Y K H S L
Decimal 172 236 110 0.27 0 0.53 0.07 90.48 0.77 0.68
Hex AC EC 6E 1B 0 35 7 5A 4D 44
Octal 254 354 156 33 0 65 7 132 115 104
Binary 10101100 11101100 1101110 11011 0 110101 111 1011010 1001101 1000100

Color Harmonies of #ACEC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEC6E

Black with #ACEC6E

Text Example


Text Example

White with #ACEC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEC6E; }

 p { color: rgb(172,236,110); }

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

background-color css

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

 a { background-color: rgb(172,236,110); }

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

border-color css

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

 span { border-color: rgb(172,236,110); }

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