Html Css Color HEX #AEED90 Feijoa

📋 copy color: '#AEED90'

red 174 ◦ green 237 ◦ blue 144

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

Shades of Feijoa #AEED90

Tints of Feijoa #AEED90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.95%

R = 31.35%
G = 42.7%
B = 25.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#AEED90 (or 0xAEED90) is known color: Feijoa. HEX triplet: AE, ED and 90. RGB value is (174,237,144). Sum of RGB (Red+Green+Blue) = 174+237+144=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED90 is #51126F. Grayscale: #CFCFCF. Windows color (decimal): -5313136 or 9498030. OLE color: 9498030.

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

Color convert

RGB 174 237 144 -
CMYK 0.27 0 0.39 0.07
HSL 100.65º 0.72% 0.75% -
HSV(B) 100.65º 0.39% 0.93% -
XYZ 52.77 71.58 37.42 -
YUV 207.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 174 237 144 0.27 0 0.39 0.07 100.65 0.72 0.75
Hex AE ED 90 1B 0 27 7 65 48 4B
Octal 256 355 220 33 0 47 7 145 110 113
Binary 10101110 11101101 10010000 11011 0 100111 111 1100101 1001000 1001011

Color Harmonies of #AEED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED90

Black with #AEED90

Text Example


Text Example

White with #AEED90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED90; }

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

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

background-color css

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

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

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

border-color css

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

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

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