Html Css Color HEX #ACEA7D Feijoa

📋 copy color: '#ACEA7D'

red 172 ◦ green 234 ◦ blue 125

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

Shades of Feijoa #ACEA7D

Tints of Feijoa #ACEA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 32.39%
G = 44.07%
B = 23.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#ACEA7D (or 0xACEA7D) is known color: Feijoa. HEX triplet: AC, EA and 7D. RGB value is (172,234,125). Sum of RGB (Red+Green+Blue) = 172+234+125=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA7D is #531582. Grayscale: #CBCBCB. Windows color (decimal): -5444995 or 8252076. OLE color: 8252076.

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

Color convert

RGB 172 234 125 -
CMYK 0.26 0 0.47 0.08
HSL 94.13º 0.72% 0.7% -
HSV(B) 94.13º 0.47% 0.92% -
XYZ 50.14 69.1 30.1 -
YUV 203.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 172 234 125 0.26 0 0.47 0.08 94.13 0.72 0.7
Hex AC EA 7D 1A 0 2F 8 5E 48 46
Octal 254 352 175 32 0 57 10 136 110 106
Binary 10101100 11101010 1111101 11010 0 101111 1000 1011110 1001000 1000110

Color Harmonies of #ACEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA7D

Black with #ACEA7D

Text Example


Text Example

White with #ACEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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