Html Css Color HEX #AEFF15 Spring Bud

📋 copy color: '#AEFF15'

red 174 ◦ green 255 ◦ blue 21

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

Shades of Spring Bud #AEFF15

Tints of Spring Bud #AEFF15

RGB

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

 GREEN value IS 255 (100% from 255) = 56.67%

 BLUE value IS 21 (8.59% from 255) = 4.67%

R = 38.67%
G = 56.67%
B = 4.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#AEFF15 (or 0xAEFF15) is known color: Spring Bud. HEX triplet: AE, FF and 15. RGB value is (174,255,21). Sum of RGB (Red+Green+Blue) = 174+255+21=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF15 is #5100EA. Grayscale: #CCCCCC. Windows color (decimal): -5308651 or 1441710. OLE color: 1441710.

HSL color Cylindrical-coordinate representation of color #AEFF15: hue angle of 80.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEFF15 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 21 -
CMYK 0.32 0 0.92 0
HSL 80.77º 1% 0.54% -
HSV(B) 80.77º 0.92% 1% -
XYZ 53.35 80.57 13.45 -
YUV 204.11 24.66 106.53 -
System Red Green Blue C M Y K H S L
Decimal 174 255 21 0.32 0 0.92 0 80.77 1 0.54
Hex AE FF 15 20 0 5C 0 51 64 36
Octal 256 377 25 40 0 134 0 121 144 66
Binary 10101110 11111111 10101 100000 0 1011100 0 1010001 1100100 110110

Color Harmonies of #AEFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF15

Black with #AEFF15

Text Example


Text Example

White with #AEFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF15; }

 p { color: rgb(174,255,21); }

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

background-color css

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

 a { background-color: rgb(174,255,21); }

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

border-color css

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

 span { border-color: rgb(174,255,21); }

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