Html Css Color HEX #AEF301 Spring Bud

📋 copy color: '#AEF301'

red 174 ◦ green 243 ◦ blue 1

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

Shades of Spring Bud #AEF301

Tints of Spring Bud #AEF301

RGB

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

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

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

R = 41.63%
G = 58.13%
B = 0.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#AEF301 (or 0xAEF301) is known color: Spring Bud. HEX triplet: AE, F3 and 01. RGB value is (174,243,1). Sum of RGB (Red+Green+Blue) = 174+243+1=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF301 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF301 is #510CFE. Grayscale: #C3C3C3. Windows color (decimal): -5311743 or 127918. OLE color: 127918.

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

Color convert

RGB 174 243 1 -
CMYK 0.28 0 1.00 0.05
HSL 77.11º 0.99% 0.48% -
HSV(B) 77.11º 1% 0.95% -
XYZ 49.51 73.1 11.53 -
YUV 194.78 18.64 113.18 -
System Red Green Blue C M Y K H S L
Decimal 174 243 1 0.28 0 1.00 0.05 77.11 0.99 0.48
Hex AE F3 1 1C 0 64 5 4D 63 30
Octal 256 363 1 34 0 144 5 115 143 60
Binary 10101110 11110011 1 11100 0 1100100 101 1001101 1100011 110000

Color Harmonies of #AEF301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF301

Black with #AEF301

Text Example


Text Example

White with #AEF301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF301; }

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

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

background-color css

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

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

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

border-color css

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

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

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