Html Css Color HEX #AEED76 Feijoa

📋 copy color: '#AEED76'

red 174 ◦ green 237 ◦ blue 118

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

Shades of Feijoa #AEED76

Tints of Feijoa #AEED76

RGB

 RED value IS 174 (68.36% from 255) = 32.89%

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 118 (46.48% from 255) = 22.31%

R = 32.89%
G = 44.8%
B = 22.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#AEED76 (or 0xAEED76) is known color: Feijoa. HEX triplet: AE, ED and 76. RGB value is (174,237,118). Sum of RGB (Red+Green+Blue) = 174+237+118=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED76 is #511289. Grayscale: #CDCDCD. Windows color (decimal): -5313162 or 7794094. OLE color: 7794094.

HSL color Cylindrical-coordinate representation of color #AEED76: hue angle of 91.76º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEED76 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 118 -
CMYK 0.27 0 0.50 0.07
HSL 91.76º 0.77% 0.7% -
HSV(B) 91.76º 0.5% 0.93% -
XYZ 51.01 70.88 28.13 -
YUV 204.6 79.13 106.18 -
System Red Green Blue C M Y K H S L
Decimal 174 237 118 0.27 0 0.50 0.07 91.76 0.77 0.7
Hex AE ED 76 1B 0 32 7 5C 4D 46
Octal 256 355 166 33 0 62 7 134 115 106
Binary 10101110 11101101 1110110 11011 0 110010 111 1011100 1001101 1000110

Color Harmonies of #AEED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED76

Black with #AEED76

Text Example


Text Example

White with #AEED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED76; }

 p { color: rgb(174,237,118); }

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

background-color css

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

 a { background-color: rgb(174,237,118); }

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

border-color css

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

 span { border-color: rgb(174,237,118); }

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