Html Css Color HEX #ACEA7A Feijoa

📋 copy color: '#ACEA7A'

red 172 ◦ green 234 ◦ blue 122

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

Shades of Feijoa #ACEA7A

Tints of Feijoa #ACEA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.11%

R = 32.58%
G = 44.32%
B = 23.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#ACEA7A (or 0xACEA7A) is known color: Feijoa. HEX triplet: AC, EA and 7A. RGB value is (172,234,122). Sum of RGB (Red+Green+Blue) = 172+234+122=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA7A is #531585. Grayscale: #CBCBCB. Windows color (decimal): -5444998 or 8055468. OLE color: 8055468.

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

Color convert

RGB 172 234 122 -
CMYK 0.26 0 0.48 0.08
HSL 93.21º 0.73% 0.7% -
HSV(B) 93.21º 0.48% 0.92% -
XYZ 49.95 69.02 29.1 -
YUV 202.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 172 234 122 0.26 0 0.48 0.08 93.21 0.73 0.7
Hex AC EA 7A 1A 0 30 8 5D 49 46
Octal 254 352 172 32 0 60 10 135 111 106
Binary 10101100 11101010 1111010 11010 0 110000 1000 1011101 1001001 1000110

Color Harmonies of #ACEA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA7A

Black with #ACEA7A

Text Example


Text Example

White with #ACEA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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