Html Css Color HEX #AEED74 Feijoa

📋 copy color: '#AEED74'

red 174 ◦ green 237 ◦ blue 116

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

Shades of Feijoa #AEED74

Tints of Feijoa #AEED74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.01%

R = 33.02%
G = 44.97%
B = 22.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#AEED74 (or 0xAEED74) is known color: Feijoa. HEX triplet: AE, ED and 74. RGB value is (174,237,116). Sum of RGB (Red+Green+Blue) = 174+237+116=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED74 is #51128B. Grayscale: #CCCCCC. Windows color (decimal): -5313164 or 7663022. OLE color: 7663022.

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

Color convert

RGB 174 237 116 -
CMYK 0.27 0 0.51 0.07
HSL 91.24º 0.77% 0.69% -
HSV(B) 91.24º 0.51% 0.93% -
XYZ 50.89 70.83 27.51 -
YUV 204.37 78.13 106.34 -
System Red Green Blue C M Y K H S L
Decimal 174 237 116 0.27 0 0.51 0.07 91.24 0.77 0.69
Hex AE ED 74 1B 0 33 7 5B 4D 45
Octal 256 355 164 33 0 63 7 133 115 105
Binary 10101110 11101101 1110100 11011 0 110011 111 1011011 1001101 1000101

Color Harmonies of #AEED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED74

Black with #AEED74

Text Example


Text Example

White with #AEED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED74; }

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

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

background-color css

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

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

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

border-color css

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

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

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