Html Css Color HEX #AED58B Feijoa

📋 copy color: '#AED58B'

red 174 ◦ green 213 ◦ blue 139

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

Shades of Feijoa #AED58B

Tints of Feijoa #AED58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

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

R = 33.08%
G = 40.49%
B = 26.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#AED58B (or 0xAED58B) is known color: Feijoa. HEX triplet: AE, D5 and 8B. RGB value is (174,213,139). Sum of RGB (Red+Green+Blue) = 174+213+139=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #AED58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED58B is #512A74. Grayscale: #C1C1C1. Windows color (decimal): -5319285 or 9164206. OLE color: 9164206.

HSL color Cylindrical-coordinate representation of color #AED58B: hue angle of 91.62º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AED58B is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 139 -
CMYK 0.18 0 0.35 0.16
HSL 91.62º 0.47% 0.69% -
HSV(B) 91.62º 0.35% 0.84% -
XYZ 45.91 58.45 33.29 -
YUV 192.9 97.58 114.52 -
System Red Green Blue C M Y K H S L
Decimal 174 213 139 0.18 0 0.35 0.16 91.62 0.47 0.69
Hex AE D5 8B 12 0 23 10 5C 2F 45
Octal 256 325 213 22 0 43 20 134 57 105
Binary 10101110 11010101 10001011 10010 0 100011 10000 1011100 101111 1000101

Color Harmonies of #AED58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED58B

Black with #AED58B

Text Example


Text Example

White with #AED58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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