Html Css Color HEX #AEEF00 Spring Bud

📋 copy color: '#AEEF00'

red 174 ◦ green 239 ◦ blue 0

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

Shades of Spring Bud #AEEF00

Tints of Spring Bud #AEEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.87%

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

R = 42.13%
G = 57.87%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#AEEF00 (or 0xAEEF00) is known color: Spring Bud. HEX triplet: AE, EF and 00. RGB value is (174,239,0). Sum of RGB (Red+Green+Blue) = 174+239+0=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEF00 is #5110FF. Grayscale: #C1C1C1. Windows color (decimal): -5312768 or 61358. OLE color: 61358.

HSL color Cylindrical-coordinate representation of color #AEEF00: hue angle of 76.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEEF00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 0 -
CMYK 0.27 0 1 0.06
HSL 76.32º 1% 0.47% -
HSV(B) 76.32º 1% 0.94% -
XYZ 48.32 70.73 11.11 -
YUV 192.32 19.47 114.93 -
System Red Green Blue C M Y K H S L
Decimal 174 239 0 0.27 0 1 0.06 76.32 1 0.47
Hex AE EF 0 1B 0 64 6 4C 64 2F
Octal 256 357 0 33 0 144 6 114 144 57
Binary 10101110 11101111 0 11011 0 1100100 110 1001100 1100100 101111

Color Harmonies of #AEEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEF00

Black with #AEEF00

Text Example


Text Example

White with #AEEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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