Html Css Color HEX #AEED8B Feijoa

📋 copy color: '#AEED8B'

red 174 ◦ green 237 ◦ blue 139

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

Shades of Feijoa #AEED8B

Tints of Feijoa #AEED8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.27%

R = 31.64%
G = 43.09%
B = 25.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#AEED8B (or 0xAEED8B) is known color: Feijoa. HEX triplet: AE, ED and 8B. RGB value is (174,237,139). Sum of RGB (Red+Green+Blue) = 174+237+139=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED8B is #511274. Grayscale: #CFCFCF. Windows color (decimal): -5313141 or 9170350. OLE color: 9170350.

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

Color convert

RGB 174 237 139 -
CMYK 0.27 0 0.41 0.07
HSL 98.57º 0.73% 0.74% -
HSV(B) 98.57º 0.41% 0.93% -
XYZ 52.4 71.43 35.45 -
YUV 206.99 89.63 104.47 -
System Red Green Blue C M Y K H S L
Decimal 174 237 139 0.27 0 0.41 0.07 98.57 0.73 0.74
Hex AE ED 8B 1B 0 29 7 63 49 4A
Octal 256 355 213 33 0 51 7 143 111 112
Binary 10101110 11101101 10001011 11011 0 101001 111 1100011 1001001 1001010

Color Harmonies of #AEED8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED8B

Black with #AEED8B

Text Example


Text Example

White with #AEED8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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