Html Css Color HEX #AEFC01 Spring Bud

📋 copy color: '#AEFC01'

red 174 ◦ green 252 ◦ blue 1

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

Shades of Spring Bud #AEFC01

Tints of Spring Bud #AEFC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 40.75%
G = 59.02%
B = 0.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#AEFC01 (or 0xAEFC01) is known color: Spring Bud. HEX triplet: AE, FC and 01. RGB value is (174,252,1). Sum of RGB (Red+Green+Blue) = 174+252+1=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 252 (98.83% from 255 or 59.02% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFC01 is #5103FE. Grayscale: #C8C8C8. Windows color (decimal): -5309439 or 130222. OLE color: 130222.

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

Color convert

RGB 174 252 1 -
CMYK 0.31 0 1.00 0.01
HSL 78.65º 0.99% 0.5% -
HSV(B) 78.65º 1% 0.99% -
XYZ 52.27 78.62 12.45 -
YUV 200.06 15.66 109.41 -
System Red Green Blue C M Y K H S L
Decimal 174 252 1 0.31 0 1.00 0.01 78.65 0.99 0.5
Hex AE FC 1 1F 0 64 1 4F 63 32
Octal 256 374 1 37 0 144 1 117 143 62
Binary 10101110 11111100 1 11111 0 1100100 1 1001111 1100011 110010

Color Harmonies of #AEFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC01

Black with #AEFC01

Text Example


Text Example

White with #AEFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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