Html Css Color HEX #AEED34 Green Yellow

📋 copy color: '#AEED34'

red 174 ◦ green 237 ◦ blue 52

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

Shades of Green Yellow #AEED34

Tints of Green Yellow #AEED34

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

 BLUE value IS 52 (20.7% from 255) = 11.23%

R = 37.58%
G = 51.19%
B = 11.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#AEED34 (or 0xAEED34) is known color: Green Yellow. HEX triplet: AE, ED and 34. RGB value is (174,237,52). Sum of RGB (Red+Green+Blue) = 174+237+52=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEED34 is #5112CB. Grayscale: #C5C5C5. Windows color (decimal): -5313228 or 3468718. OLE color: 3468718.

HSL color Cylindrical-coordinate representation of color #AEED34: hue angle of 80.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEED34 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 52 -
CMYK 0.27 0 0.78 0.07
HSL 80.43º 0.84% 0.57% -
HSV(B) 80.43º 0.78% 0.93% -
XYZ 48.36 69.81 14.18 -
YUV 197.07 46.13 111.54 -
System Red Green Blue C M Y K H S L
Decimal 174 237 52 0.27 0 0.78 0.07 80.43 0.84 0.57
Hex AE ED 34 1B 0 4E 7 50 54 39
Octal 256 355 64 33 0 116 7 120 124 71
Binary 10101110 11101101 110100 11011 0 1001110 111 1010000 1010100 111001

Color Harmonies of #AEED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED34

Black with #AEED34

Text Example


Text Example

White with #AEED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED34; }

 p { color: rgb(174,237,52); }

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

background-color css

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

 a { background-color: rgb(174,237,52); }

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

border-color css

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

 span { border-color: rgb(174,237,52); }

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