Html Css Color HEX #AEFF17 Spring Bud

📋 copy color: '#AEFF17'

red 174 ◦ green 255 ◦ blue 23

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

Shades of Spring Bud #AEFF17

Tints of Spring Bud #AEFF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.09%

R = 38.5%
G = 56.42%
B = 5.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#AEFF17 (or 0xAEFF17) is known color: Spring Bud. HEX triplet: AE, FF and 17. RGB value is (174,255,23). Sum of RGB (Red+Green+Blue) = 174+255+23=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF17 is #5100E8. Grayscale: #CDCDCD. Windows color (decimal): -5308649 or 1572782. OLE color: 1572782.

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

Color convert

RGB 174 255 23 -
CMYK 0.32 0 0.91 0
HSL 80.95º 1% 0.55% -
HSV(B) 80.95º 0.91% 1% -
XYZ 53.37 80.58 13.55 -
YUV 204.33 25.66 106.36 -
System Red Green Blue C M Y K H S L
Decimal 174 255 23 0.32 0 0.91 0 80.95 1 0.55
Hex AE FF 17 20 0 5B 0 51 64 37
Octal 256 377 27 40 0 133 0 121 144 67
Binary 10101110 11111111 10111 100000 0 1011011 0 1010001 1100100 110111

Color Harmonies of #AEFF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF17

Black with #AEFF17

Text Example


Text Example

White with #AEFF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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