Html Css Color HEX #AED38D Feijoa

📋 copy color: '#AED38D'

red 174 ◦ green 211 ◦ blue 141

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

Shades of Feijoa #AED38D

Tints of Feijoa #AED38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 33.08%
G = 40.11%
B = 26.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#AED38D (or 0xAED38D) is known color: Feijoa. HEX triplet: AE, D3 and 8D. RGB value is (174,211,141). Sum of RGB (Red+Green+Blue) = 174+211+141=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #AED38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED38D is #512C72. Grayscale: #C0C0C0. Windows color (decimal): -5319795 or 9294766. OLE color: 9294766.

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

Color convert

RGB 174 211 141 -
CMYK 0.18 0 0.33 0.17
HSL 91.71º 0.44% 0.69% -
HSV(B) 91.71º 0.33% 0.83% -
XYZ 45.56 57.51 33.9 -
YUV 191.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 174 211 141 0.18 0 0.33 0.17 91.71 0.44 0.69
Hex AE D3 8D 12 0 21 11 5C 2C 45
Octal 256 323 215 22 0 41 21 134 54 105
Binary 10101110 11010011 10001101 10010 0 100001 10001 1011100 101100 1000101

Color Harmonies of #AED38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED38D

Black with #AED38D

Text Example


Text Example

White with #AED38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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