Html Css Color HEX #AED57D Feijoa

📋 copy color: '#AED57D'

red 174 ◦ green 213 ◦ blue 125

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

Shades of Feijoa #AED57D

Tints of Feijoa #AED57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 33.98%
G = 41.6%
B = 24.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#AED57D (or 0xAED57D) is known color: Feijoa. HEX triplet: AE, D5 and 7D. RGB value is (174,213,125). Sum of RGB (Red+Green+Blue) = 174+213+125=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #AED57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED57D is #512A82. Grayscale: #BFBFBF. Windows color (decimal): -5319299 or 8246702. OLE color: 8246702.

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

Color convert

RGB 174 213 125 -
CMYK 0.18 0 0.41 0.16
HSL 86.59º 0.51% 0.66% -
HSV(B) 86.59º 0.41% 0.84% -
XYZ 44.95 58.07 28.24 -
YUV 191.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 174 213 125 0.18 0 0.41 0.16 86.59 0.51 0.66
Hex AE D5 7D 12 0 29 10 57 33 42
Octal 256 325 175 22 0 51 20 127 63 102
Binary 10101110 11010101 1111101 10010 0 101001 10000 1010111 110011 1000010

Color Harmonies of #AED57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED57D

Black with #AED57D

Text Example


Text Example

White with #AED57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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