Html Css Color HEX #AED033 Yellow Green

📋 copy color: '#AED033'

red 174 ◦ green 208 ◦ blue 51

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

Shades of Yellow Green #AED033

Tints of Yellow Green #AED033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.78%

R = 40.18%
G = 48.04%
B = 11.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#AED033 (or 0xAED033) is known color: Yellow Green. HEX triplet: AE, D0 and 33. RGB value is (174,208,51). Sum of RGB (Red+Green+Blue) = 174+208+51=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #AED033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED033 is #512FCC. Grayscale: #B4B4B4. Windows color (decimal): -5320653 or 3395758. OLE color: 3395758.

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

Color convert

RGB 174 208 51 -
CMYK 0.16 0 0.75 0.18
HSL 72.99º 0.63% 0.51% -
HSV(B) 72.99º 0.75% 0.82% -
XYZ 40.61 54.35 11.48 -
YUV 179.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 174 208 51 0.16 0 0.75 0.18 72.99 0.63 0.51
Hex AE D0 33 10 0 4B 12 49 3F 33
Octal 256 320 63 20 0 113 22 111 77 63
Binary 10101110 11010000 110011 10000 0 1001011 10010 1001001 111111 110011

Color Harmonies of #AED033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED033

Black with #AED033

Text Example


Text Example

White with #AED033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED033; }

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

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

background-color css

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

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

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

border-color css

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

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

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