Html Css Color HEX #AED28B Feijoa

📋 copy color: '#AED28B'

red 174 ◦ green 210 ◦ blue 139

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

Shades of Feijoa #AED28B

Tints of Feijoa #AED28B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 33.27%
G = 40.15%
B = 26.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#AED28B (or 0xAED28B) is known color: Feijoa. HEX triplet: AE, D2 and 8B. RGB value is (174,210,139). Sum of RGB (Red+Green+Blue) = 174+210+139=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #AED28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED28B is #512D74. Grayscale: #BFBFBF. Windows color (decimal): -5320053 or 9163438. OLE color: 9163438.

HSL color Cylindrical-coordinate representation of color #AED28B: hue angle of 90.42º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED28B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 139 -
CMYK 0.17 0 0.34 0.18
HSL 90.42º 0.44% 0.68% -
HSV(B) 90.42º 0.34% 0.82% -
XYZ 45.16 56.96 33.04 -
YUV 191.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 174 210 139 0.17 0 0.34 0.18 90.42 0.44 0.68
Hex AE D2 8B 11 0 22 12 5A 2C 44
Octal 256 322 213 21 0 42 22 132 54 104
Binary 10101110 11010010 10001011 10001 0 100010 10010 1011010 101100 1000100

Color Harmonies of #AED28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED28B

Black with #AED28B

Text Example


Text Example

White with #AED28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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