Html Css Color HEX #AEFF03 Spring Bud

📋 copy color: '#AEFF03'

red 174 ◦ green 255 ◦ blue 3

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

Shades of Spring Bud #AEFF03

Tints of Spring Bud #AEFF03

RGB

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

 GREEN value IS 255 (100% from 255) = 59.03%

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

R = 40.28%
G = 59.03%
B = 0.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#AEFF03 (or 0xAEFF03) is known color: Spring Bud. HEX triplet: AE, FF and 03. RGB value is (174,255,3). Sum of RGB (Red+Green+Blue) = 174+255+3=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF03 is #5100FC. Grayscale: #CACACA. Windows color (decimal): -5308669 or 262062. OLE color: 262062.

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

Color convert

RGB 174 255 3 -
CMYK 0.32 0 0.99 0
HSL 79.29º 1% 0.51% -
HSV(B) 79.29º 0.99% 1% -
XYZ 53.23 80.53 12.82 -
YUV 202.05 15.66 107.99 -
System Red Green Blue C M Y K H S L
Decimal 174 255 3 0.32 0 0.99 0 79.29 1 0.51
Hex AE FF 3 20 0 63 0 4F 64 33
Octal 256 377 3 40 0 143 0 117 144 63
Binary 10101110 11111111 11 100000 0 1100011 0 1001111 1100100 110011

Color Harmonies of #AEFF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF03

Black with #AEFF03

Text Example


Text Example

White with #AEFF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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