Html Css Color HEX #ACEA77 Feijoa

📋 copy color: '#ACEA77'

red 172 ◦ green 234 ◦ blue 119

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

Shades of Feijoa #ACEA77

Tints of Feijoa #ACEA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.67%

R = 32.76%
G = 44.57%
B = 22.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#ACEA77 (or 0xACEA77) is known color: Feijoa. HEX triplet: AC, EA and 77. RGB value is (172,234,119). Sum of RGB (Red+Green+Blue) = 172+234+119=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA77 is #531588. Grayscale: #CACACA. Windows color (decimal): -5445001 or 7858860. OLE color: 7858860.

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

Color convert

RGB 172 234 119 -
CMYK 0.26 0 0.49 0.08
HSL 92.35º 0.73% 0.69% -
HSV(B) 92.35º 0.49% 0.92% -
XYZ 49.77 68.95 28.14 -
YUV 202.35 80.96 106.35 -
System Red Green Blue C M Y K H S L
Decimal 172 234 119 0.26 0 0.49 0.08 92.35 0.73 0.69
Hex AC EA 77 1A 0 31 8 5C 49 45
Octal 254 352 167 32 0 61 10 134 111 105
Binary 10101100 11101010 1110111 11010 0 110001 1000 1011100 1001001 1000101

Color Harmonies of #ACEA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA77

Black with #ACEA77

Text Example


Text Example

White with #ACEA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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