Html Css Color HEX #AEED03 Spring Bud

📋 copy color: '#AEED03'

red 174 ◦ green 237 ◦ blue 3

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

Shades of Spring Bud #AEED03

Tints of Spring Bud #AEED03

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.25%

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

R = 42.03%
G = 57.25%
B = 0.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#AEED03 (or 0xAEED03) is known color: Spring Bud. HEX triplet: AE, ED and 03. RGB value is (174,237,3). Sum of RGB (Red+Green+Blue) = 174+237+3=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 237 (92.97% from 255 or 57.25% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEED03 is #5112FC. Grayscale: #C0C0C0. Windows color (decimal): -5313277 or 257454. OLE color: 257454.

HSL color Cylindrical-coordinate representation of color #AEED03: hue angle of 76.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEED03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 3 -
CMYK 0.27 0 0.99 0.07
HSL 76.15º 0.98% 0.47% -
HSV(B) 76.15º 0.99% 0.93% -
XYZ 47.76 69.57 11 -
YUV 191.49 21.63 115.53 -
System Red Green Blue C M Y K H S L
Decimal 174 237 3 0.27 0 0.99 0.07 76.15 0.98 0.47
Hex AE ED 3 1B 0 63 7 4C 62 2F
Octal 256 355 3 33 0 143 7 114 142 57
Binary 10101110 11101101 11 11011 0 1100011 111 1001100 1100010 101111

Color Harmonies of #AEED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED03

Black with #AEED03

Text Example


Text Example

White with #AEED03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED03; }

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

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

background-color css

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

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

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

border-color css

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

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

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