Html Css Color HEX #AEFA03 Spring Bud

📋 copy color: '#AEFA03'

red 174 ◦ green 250 ◦ blue 3

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

Shades of Spring Bud #AEFA03

Tints of Spring Bud #AEFA03

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58.55%

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

R = 40.75%
G = 58.55%
B = 0.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#AEFA03 (or 0xAEFA03) is known color: Spring Bud. HEX triplet: AE, FA and 03. RGB value is (174,250,3). Sum of RGB (Red+Green+Blue) = 174+250+3=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 250 (98.05% from 255 or 58.55% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFA03 is #5105FC. Grayscale: #C8C8C8. Windows color (decimal): -5309949 or 260782. OLE color: 260782.

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

Color convert

RGB 174 250 3 -
CMYK 0.30 0 0.99 0.02
HSL 78.46º 0.98% 0.5% -
HSV(B) 78.46º 0.99% 0.98% -
XYZ 51.66 77.38 12.3 -
YUV 199.12 17.32 110.08 -
System Red Green Blue C M Y K H S L
Decimal 174 250 3 0.30 0 0.99 0.02 78.46 0.98 0.5
Hex AE FA 3 1E 0 63 2 4E 62 32
Octal 256 372 3 36 0 143 2 116 142 62
Binary 10101110 11111010 11 11110 0 1100011 10 1001110 1100010 110010

Color Harmonies of #AEFA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA03

Black with #AEFA03

Text Example


Text Example

White with #AEFA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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