Html Css Color HEX #AEEF03 Spring Bud

📋 copy color: '#AEEF03'

red 174 ◦ green 239 ◦ blue 3

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

Shades of Spring Bud #AEEF03

Tints of Spring Bud #AEEF03

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.45%

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

R = 41.83%
G = 57.45%
B = 0.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#AEEF03 (or 0xAEEF03) is known color: Spring Bud. HEX triplet: AE, EF and 03. RGB value is (174,239,3). Sum of RGB (Red+Green+Blue) = 174+239+3=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEF03 is #5110FC. Grayscale: #C1C1C1. Windows color (decimal): -5312765 or 257966. OLE color: 257966.

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

Color convert

RGB 174 239 3 -
CMYK 0.27 0 0.99 0.06
HSL 76.53º 0.98% 0.47% -
HSV(B) 76.53º 0.99% 0.94% -
XYZ 48.34 70.74 11.19 -
YUV 192.66 20.97 114.69 -
System Red Green Blue C M Y K H S L
Decimal 174 239 3 0.27 0 0.99 0.06 76.53 0.98 0.47
Hex AE EF 3 1B 0 63 6 4D 62 2F
Octal 256 357 3 33 0 143 6 115 142 57
Binary 10101110 11101111 11 11011 0 1100011 110 1001101 1100010 101111

Color Harmonies of #AEEF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEF03

Black with #AEEF03

Text Example


Text Example

White with #AEEF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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