Html Css Color HEX #ACEA6E Feijoa

📋 copy color: '#ACEA6E'

red 172 ◦ green 234 ◦ blue 110

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

Shades of Feijoa #ACEA6E

Tints of Feijoa #ACEA6E

RGB

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

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

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

R = 33.33%
G = 45.35%
B = 21.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#ACEA6E (or 0xACEA6E) is known color: Feijoa. HEX triplet: AC, EA and 6E. RGB value is (172,234,110). Sum of RGB (Red+Green+Blue) = 172+234+110=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA6E is #531591. Grayscale: #C9C9C9. Windows color (decimal): -5445010 or 7269036. OLE color: 7269036.

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

Color convert

RGB 172 234 110 -
CMYK 0.26 0 0.53 0.08
HSL 90º 0.75% 0.67% -
HSV(B) 90º 0.53% 0.92% -
XYZ 49.25 68.74 25.42 -
YUV 201.33 76.46 107.08 -
System Red Green Blue C M Y K H S L
Decimal 172 234 110 0.26 0 0.53 0.08 90 0.75 0.67
Hex AC EA 6E 1A 0 35 8 5A 4B 43
Octal 254 352 156 32 0 65 10 132 113 103
Binary 10101100 11101010 1101110 11010 0 110101 1000 1011010 1001011 1000011

Color Harmonies of #ACEA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA6E

Black with #ACEA6E

Text Example


Text Example

White with #ACEA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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