Html Css Color HEX #AEF300 Spring Bud

📋 copy color: '#AEF300'

red 174 ◦ green 243 ◦ blue 0

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

Shades of Spring Bud #AEF300

Tints of Spring Bud #AEF300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 58.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.73%
G = 58.27%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#AEF300 (or 0xAEF300) is known color: Spring Bud. HEX triplet: AE, F3 and 00. RGB value is (174,243,0). Sum of RGB (Red+Green+Blue) = 174+243+0=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 243 (95.31% from 255 or 58.27% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF300 is #510CFF. Grayscale: #C3C3C3. Windows color (decimal): -5311744 or 62382. OLE color: 62382.

HSL color Cylindrical-coordinate representation of color #AEF300: hue angle of 77.04º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEF300 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 243 0 -
CMYK 0.28 0 1 0.05
HSL 77.04º 1% 0.48% -
HSV(B) 77.04º 1% 0.95% -
XYZ 49.51 73.1 11.5 -
YUV 194.67 18.14 113.26 -
System Red Green Blue C M Y K H S L
Decimal 174 243 0 0.28 0 1 0.05 77.04 1 0.48
Hex AE F3 0 1C 0 64 5 4D 64 30
Octal 256 363 0 34 0 144 5 115 144 60
Binary 10101110 11110011 0 11100 0 1100100 101 1001101 1100100 110000

Color Harmonies of #AEF300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF300

Black with #AEF300

Text Example


Text Example

White with #AEF300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF300; }

 p { color: rgb(174,243,0); }

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

background-color css

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

 a { background-color: rgb(174,243,0); }

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

border-color css

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

 span { border-color: rgb(174,243,0); }

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