Html Css Color HEX #AEEB32 Green Yellow

📋 copy color: '#AEEB32'

red 174 ◦ green 235 ◦ blue 50

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

Shades of Green Yellow #AEEB32

Tints of Green Yellow #AEEB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.2%

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

R = 37.91%
G = 51.2%
B = 10.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#AEEB32 (or 0xAEEB32) is known color: Green Yellow. HEX triplet: AE, EB and 32. RGB value is (174,235,50). Sum of RGB (Red+Green+Blue) = 174+235+50=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEB32 is #5114CD. Grayscale: #C4C4C4. Windows color (decimal): -5313742 or 3337134. OLE color: 3337134.

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

Color convert

RGB 174 235 50 -
CMYK 0.26 0 0.79 0.08
HSL 79.78º 0.82% 0.56% -
HSV(B) 79.78º 0.79% 0.92% -
XYZ 47.74 68.65 13.75 -
YUV 195.67 45.79 112.54 -
System Red Green Blue C M Y K H S L
Decimal 174 235 50 0.26 0 0.79 0.08 79.78 0.82 0.56
Hex AE EB 32 1A 0 4F 8 50 52 38
Octal 256 353 62 32 0 117 10 120 122 70
Binary 10101110 11101011 110010 11010 0 1001111 1000 1010000 1010010 111000

Color Harmonies of #AEEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEB32

Black with #AEEB32

Text Example


Text Example

White with #AEEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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