Html Css Color HEX #AEED8E Feijoa

📋 copy color: '#AEED8E'

red 174 ◦ green 237 ◦ blue 142

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

Shades of Feijoa #AEED8E

Tints of Feijoa #AEED8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.68%

R = 31.46%
G = 42.86%
B = 25.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#AEED8E (or 0xAEED8E) is known color: Feijoa. HEX triplet: AE, ED and 8E. RGB value is (174,237,142). Sum of RGB (Red+Green+Blue) = 174+237+142=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED8E is #511271. Grayscale: #CFCFCF. Windows color (decimal): -5313138 or 9366958. OLE color: 9366958.

HSL color Cylindrical-coordinate representation of color #AEED8E: hue angle of 99.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEED8E is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 142 -
CMYK 0.27 0 0.40 0.07
HSL 99.79º 0.73% 0.74% -
HSV(B) 99.79º 0.4% 0.93% -
XYZ 52.62 71.52 36.62 -
YUV 207.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 174 237 142 0.27 0 0.40 0.07 99.79 0.73 0.74
Hex AE ED 8E 1B 0 28 7 64 49 4A
Octal 256 355 216 33 0 50 7 144 111 112
Binary 10101110 11101101 10001110 11011 0 101000 111 1100100 1001001 1001010

Color Harmonies of #AEED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED8E

Black with #AEED8E

Text Example


Text Example

White with #AEED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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