Html Css Color HEX #AEFD16 Spring Bud

📋 copy color: '#AEFD16'

red 174 ◦ green 253 ◦ blue 22

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

Shades of Spring Bud #AEFD16

Tints of Spring Bud #AEFD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.35%

 BLUE value IS 22 (8.98% from 255) = 4.9%

R = 38.75%
G = 56.35%
B = 4.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#AEFD16 (or 0xAEFD16) is known color: Spring Bud. HEX triplet: AE, FD and 16. RGB value is (174,253,22). Sum of RGB (Red+Green+Blue) = 174+253+22=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 253 (99.22% from 255 or 56.35% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFD16 is #5102E9. Grayscale: #CBCBCB. Windows color (decimal): -5309162 or 1506734. OLE color: 1506734.

HSL color Cylindrical-coordinate representation of color #AEFD16: hue angle of 80.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEFD16 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 22 -
CMYK 0.31 0 0.91 0.01
HSL 80.52º 0.98% 0.54% -
HSV(B) 80.52º 0.91% 0.99% -
XYZ 52.73 79.31 13.29 -
YUV 203.05 25.83 107.28 -
System Red Green Blue C M Y K H S L
Decimal 174 253 22 0.31 0 0.91 0.01 80.52 0.98 0.54
Hex AE FD 16 1F 0 5B 1 51 62 36
Octal 256 375 26 37 0 133 1 121 142 66
Binary 10101110 11111101 10110 11111 0 1011011 1 1010001 1100010 110110

Color Harmonies of #AEFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFD16

Black with #AEFD16

Text Example


Text Example

White with #AEFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFD16; }

 p { color: rgb(174,253,22); }

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

background-color css

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

 a { background-color: rgb(174,253,22); }

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

border-color css

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

 span { border-color: rgb(174,253,22); }

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