Html Css Color HEX #AEF02D Green Yellow

📋 copy color: '#AEF02D'

red 174 ◦ green 240 ◦ blue 45

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

Shades of Green Yellow #AEF02D

Tints of Green Yellow #AEF02D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

 BLUE value IS 45 (17.97% from 255) = 9.8%

R = 37.91%
G = 52.29%
B = 9.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#AEF02D (or 0xAEF02D) is known color: Green Yellow. HEX triplet: AE, F0 and 2D. RGB value is (174,240,45). Sum of RGB (Red+Green+Blue) = 174+240+45=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF02D is #510FD2. Grayscale: #C6C6C6. Windows color (decimal): -5312467 or 3010734. OLE color: 3010734.

HSL color Cylindrical-coordinate representation of color #AEF02D: hue angle of 80.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEF02D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 45 -
CMYK 0.28 0 0.81 0.06
HSL 80.31º 0.87% 0.56% -
HSV(B) 80.31º 0.81% 0.94% -
XYZ 49.09 71.51 13.7 -
YUV 198.04 41.63 110.86 -
System Red Green Blue C M Y K H S L
Decimal 174 240 45 0.28 0 0.81 0.06 80.31 0.87 0.56
Hex AE F0 2D 1C 0 51 6 50 57 38
Octal 256 360 55 34 0 121 6 120 127 70
Binary 10101110 11110000 101101 11100 0 1010001 110 1010000 1010111 111000

Color Harmonies of #AEF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF02D

Black with #AEF02D

Text Example


Text Example

White with #AEF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF02D; }

 p { color: rgb(174,240,45); }

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

background-color css

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

 a { background-color: rgb(174,240,45); }

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

border-color css

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

 span { border-color: rgb(174,240,45); }

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