Html Css Color HEX #AEF501 Spring Bud

📋 copy color: '#AEF501'

red 174 ◦ green 245 ◦ blue 1

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

Shades of Spring Bud #AEF501

Tints of Spring Bud #AEF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 58.33%

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

R = 41.43%
G = 58.33%
B = 0.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#AEF501 (or 0xAEF501) is known color: Spring Bud. HEX triplet: AE, F5 and 01. RGB value is (174,245,1). Sum of RGB (Red+Green+Blue) = 174+245+1=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 245 (96.09% from 255 or 58.33% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF501 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF501 is #510AFE. Grayscale: #C4C4C4. Windows color (decimal): -5311231 or 128430. OLE color: 128430.

HSL color Cylindrical-coordinate representation of color #AEF501: hue angle of 77.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEF501 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 1 -
CMYK 0.29 0 1.00 0.04
HSL 77.46º 0.99% 0.48% -
HSV(B) 77.46º 1% 0.96% -
XYZ 50.11 74.31 11.73 -
YUV 195.96 17.98 112.34 -
System Red Green Blue C M Y K H S L
Decimal 174 245 1 0.29 0 1.00 0.04 77.46 0.99 0.48
Hex AE F5 1 1D 0 64 4 4D 63 30
Octal 256 365 1 35 0 144 4 115 143 60
Binary 10101110 11110101 1 11101 0 1100100 100 1001101 1100011 110000

Color Harmonies of #AEF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF501

Black with #AEF501

Text Example


Text Example

White with #AEF501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF501; }

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

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

background-color css

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

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

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

border-color css

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

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

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