Html Css Color HEX #AEFC00 Spring Bud

📋 copy color: '#AEFC00'

red 174 ◦ green 252 ◦ blue 0

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

Shades of Spring Bud #AEFC00

Tints of Spring Bud #AEFC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.15%

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

R = 40.85%
G = 59.15%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#AEFC00 (or 0xAEFC00) is known color: Spring Bud. HEX triplet: AE, FC and 00. RGB value is (174,252,0). Sum of RGB (Red+Green+Blue) = 174+252+0=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFC00 is #5103FF. Grayscale: #C8C8C8. Windows color (decimal): -5309440 or 64686. OLE color: 64686.

HSL color Cylindrical-coordinate representation of color #AEFC00: hue angle of 78.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEFC00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 252 0 -
CMYK 0.31 0 1 0.01
HSL 78.57º 1% 0.49% -
HSV(B) 78.57º 1% 0.99% -
XYZ 52.27 78.62 12.42 -
YUV 199.95 15.16 109.49 -
System Red Green Blue C M Y K H S L
Decimal 174 252 0 0.31 0 1 0.01 78.57 1 0.49
Hex AE FC 0 1F 0 64 1 4F 64 31
Octal 256 374 0 37 0 144 1 117 144 61
Binary 10101110 11111100 0 11111 0 1100100 1 1001111 1100100 110001

Color Harmonies of #AEFC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC00

Black with #AEFC00

Text Example


Text Example

White with #AEFC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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