Html Css Color HEX #AEEA2C Green Yellow

📋 copy color: '#AEEA2C'

red 174 ◦ green 234 ◦ blue 44

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

Shades of Green Yellow #AEEA2C

Tints of Green Yellow #AEEA2C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.77%

 BLUE value IS 44 (17.58% from 255) = 9.73%

R = 38.5%
G = 51.77%
B = 9.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#AEEA2C (or 0xAEEA2C) is known color: Green Yellow. HEX triplet: AE, EA and 2C. RGB value is (174,234,44). Sum of RGB (Red+Green+Blue) = 174+234+44=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEA2C is #5115D3. Grayscale: #C3C3C3. Windows color (decimal): -5314004 or 2943662. OLE color: 2943662.

HSL color Cylindrical-coordinate representation of color #AEEA2C: hue angle of 78.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEEA2C is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 44 -
CMYK 0.26 0 0.81 0.08
HSL 78.95º 0.82% 0.55% -
HSV(B) 78.95º 0.81% 0.92% -
XYZ 47.33 68.03 13.02 -
YUV 194.4 43.12 113.45 -
System Red Green Blue C M Y K H S L
Decimal 174 234 44 0.26 0 0.81 0.08 78.95 0.82 0.55
Hex AE EA 2C 1A 0 51 8 4F 52 37
Octal 256 352 54 32 0 121 10 117 122 67
Binary 10101110 11101010 101100 11010 0 1010001 1000 1001111 1010010 110111

Color Harmonies of #AEEA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEA2C

Black with #AEEA2C

Text Example


Text Example

White with #AEEA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEA2C; }

 p { color: rgb(174,234,44); }

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

background-color css

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

 a { background-color: rgb(174,234,44); }

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

border-color css

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

 span { border-color: rgb(174,234,44); }

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