Html Css Color HEX #AED032 Yellow Green

📋 copy color: '#AED032'

red 174 ◦ green 208 ◦ blue 50

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

Shades of Yellow Green #AED032

Tints of Yellow Green #AED032

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.15%

 BLUE value IS 50 (19.92% from 255) = 11.57%

R = 40.28%
G = 48.15%
B = 11.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#AED032 (or 0xAED032) is known color: Yellow Green. HEX triplet: AE, D0 and 32. RGB value is (174,208,50). Sum of RGB (Red+Green+Blue) = 174+208+50=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #AED032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED032 is #512FCD. Grayscale: #B4B4B4. Windows color (decimal): -5320654 or 3330222. OLE color: 3330222.

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

Color convert

RGB 174 208 50 -
CMYK 0.16 0 0.76 0.18
HSL 72.91º 0.63% 0.51% -
HSV(B) 72.91º 0.76% 0.82% -
XYZ 40.59 54.34 11.37 -
YUV 179.82 54.74 123.85 -
System Red Green Blue C M Y K H S L
Decimal 174 208 50 0.16 0 0.76 0.18 72.91 0.63 0.51
Hex AE D0 32 10 0 4C 12 49 3F 33
Octal 256 320 62 20 0 114 22 111 77 63
Binary 10101110 11010000 110010 10000 0 1001100 10010 1001001 111111 110011

Color Harmonies of #AED032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED032

Black with #AED032

Text Example


Text Example

White with #AED032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED032; }

 p { color: rgb(174,208,50); }

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

background-color css

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

 a { background-color: rgb(174,208,50); }

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

border-color css

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

 span { border-color: rgb(174,208,50); }

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