Html Css Color HEX #AEFE03 Spring Bud

📋 copy color: '#AEFE03'

red 174 ◦ green 254 ◦ blue 3

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

Shades of Spring Bud #AEFE03

Tints of Spring Bud #AEFE03

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.93%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 40.37%
G = 58.93%
B = 0.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#AEFE03 (or 0xAEFE03) is known color: Spring Bud. HEX triplet: AE, FE and 03. RGB value is (174,254,3). Sum of RGB (Red+Green+Blue) = 174+254+3=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 254 (99.61% from 255 or 58.93% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE03 is #5101FC. Grayscale: #CACACA. Windows color (decimal): -5308925 or 261806. OLE color: 261806.

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

Color convert

RGB 174 254 3 -
CMYK 0.31 0 0.99 0.00
HSL 79.12º 0.99% 0.5% -
HSV(B) 79.12º 0.99% 1% -
XYZ 52.91 79.89 12.72 -
YUV 201.47 16 108.41 -
System Red Green Blue C M Y K H S L
Decimal 174 254 3 0.31 0 0.99 0.00 79.12 0.99 0.5
Hex AE FE 3 1F 0 63 0 4F 63 32
Octal 256 376 3 37 0 143 0 117 143 62
Binary 10101110 11111110 11 11111 0 1100011 0 1001111 1100011 110010

Color Harmonies of #AEFE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE03

Black with #AEFE03

Text Example


Text Example

White with #AEFE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE03; }

 p { color: rgb(174,254,3); }

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

background-color css

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

 a { background-color: rgb(174,254,3); }

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

border-color css

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

 span { border-color: rgb(174,254,3); }

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