Html Css Color HEX #ACEA6D Feijoa

📋 copy color: '#ACEA6D'

red 172 ◦ green 234 ◦ blue 109

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

Shades of Feijoa #ACEA6D

Tints of Feijoa #ACEA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.17%

R = 33.4%
G = 45.44%
B = 21.17%

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

#ACEA6D (or 0xACEA6D) is known color: Feijoa. HEX triplet: AC, EA and 6D. RGB value is (172,234,109). Sum of RGB (Red+Green+Blue) = 172+234+109=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA6D is #531592. Grayscale: #C9C9C9. Windows color (decimal): -5445011 or 7203500. OLE color: 7203500.

HSL color Cylindrical-coordinate representation of color #ACEA6D: hue angle of 89.76º 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 #ACEA6D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 109 -
CMYK 0.26 0 0.53 0.08
HSL 89.76º 0.75% 0.67% -
HSV(B) 89.76º 0.53% 0.92% -
XYZ 49.2 68.72 25.14 -
YUV 201.21 75.96 107.16 -
System Red Green Blue C M Y K H S L
Decimal 172 234 109 0.26 0 0.53 0.08 89.76 0.75 0.67
Hex AC EA 6D 1A 0 35 8 5A 4B 43
Octal 254 352 155 32 0 65 10 132 113 103
Binary 10101100 11101010 1101101 11010 0 110101 1000 1011010 1001011 1000011

Color Harmonies of #ACEA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA6D

Black with #ACEA6D

Text Example


Text Example

White with #ACEA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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