Html Css Color HEX #AED38A Feijoa

📋 copy color: '#AED38A'

red 174 ◦ green 211 ◦ blue 138

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

Shades of Feijoa #AED38A

Tints of Feijoa #AED38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

 BLUE value IS 138 (54.3% from 255) = 26.39%

R = 33.27%
G = 40.34%
B = 26.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#AED38A (or 0xAED38A) is known color: Feijoa. HEX triplet: AE, D3 and 8A. RGB value is (174,211,138). Sum of RGB (Red+Green+Blue) = 174+211+138=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #AED38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED38A is #512C75. Grayscale: #BFBFBF. Windows color (decimal): -5319798 or 9098158. OLE color: 9098158.

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

Color convert

RGB 174 211 138 -
CMYK 0.18 0 0.35 0.17
HSL 90.41º 0.45% 0.68% -
HSV(B) 90.41º 0.35% 0.83% -
XYZ 45.34 57.42 32.74 -
YUV 191.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 174 211 138 0.18 0 0.35 0.17 90.41 0.45 0.68
Hex AE D3 8A 12 0 23 11 5A 2D 44
Octal 256 323 212 22 0 43 21 132 55 104
Binary 10101110 11010011 10001010 10010 0 100011 10001 1011010 101101 1000100

Color Harmonies of #AED38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED38A

Black with #AED38A

Text Example


Text Example

White with #AED38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED38A; }

 p { color: rgb(174,211,138); }

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

background-color css

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

 a { background-color: rgb(174,211,138); }

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

border-color css

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

 span { border-color: rgb(174,211,138); }

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