Html Css Color HEX #ACEA85 Feijoa

📋 copy color: '#ACEA85'

red 172 ◦ green 234 ◦ blue 133

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

Shades of Feijoa #ACEA85

Tints of Feijoa #ACEA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.68%

R = 31.91%
G = 43.41%
B = 24.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#ACEA85 (or 0xACEA85) is known color: Feijoa. HEX triplet: AC, EA and 85. RGB value is (172,234,133). Sum of RGB (Red+Green+Blue) = 172+234+133=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA85 is #53157A. Grayscale: #CCCCCC. Windows color (decimal): -5444987 or 8776364. OLE color: 8776364.

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

Color convert

RGB 172 234 133 -
CMYK 0.26 0 0.43 0.08
HSL 96.83º 0.71% 0.72% -
HSV(B) 96.83º 0.43% 0.92% -
XYZ 50.67 69.31 32.9 -
YUV 203.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 172 234 133 0.26 0 0.43 0.08 96.83 0.71 0.72
Hex AC EA 85 1A 0 2B 8 61 47 48
Octal 254 352 205 32 0 53 10 141 107 110
Binary 10101100 11101010 10000101 11010 0 101011 1000 1100001 1000111 1001000

Color Harmonies of #ACEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA85

Black with #ACEA85

Text Example


Text Example

White with #ACEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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