Html Css Color HEX #AEF503 Spring Bud

📋 copy color: '#AEF503'

red 174 ◦ green 245 ◦ blue 3

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

Shades of Spring Bud #AEF503

Tints of Spring Bud #AEF503

RGB

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

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

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

R = 41.23%
G = 58.06%
B = 0.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#AEF503 (or 0xAEF503) is known color: Spring Bud. HEX triplet: AE, F5 and 03. RGB value is (174,245,3). Sum of RGB (Red+Green+Blue) = 174+245+3=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF503 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF503 is #510AFC. Grayscale: #C5C5C5. Windows color (decimal): -5311229 or 259502. OLE color: 259502.

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

Color convert

RGB 174 245 3 -
CMYK 0.29 0 0.99 0.04
HSL 77.6º 0.98% 0.49% -
HSV(B) 77.6º 0.99% 0.96% -
XYZ 50.12 74.31 11.79 -
YUV 196.18 18.98 112.18 -
System Red Green Blue C M Y K H S L
Decimal 174 245 3 0.29 0 0.99 0.04 77.6 0.98 0.49
Hex AE F5 3 1D 0 63 4 4E 62 31
Octal 256 365 3 35 0 143 4 116 142 61
Binary 10101110 11110101 11 11101 0 1100011 100 1001110 1100010 110001

Color Harmonies of #AEF503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF503

Black with #AEF503

Text Example


Text Example

White with #AEF503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF503; }

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

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

background-color css

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

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

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

border-color css

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

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

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