Html Css Color HEX #AEFF05 Spring Bud

📋 copy color: '#AEFF05'

red 174 ◦ green 255 ◦ blue 5

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

Shades of Spring Bud #AEFF05

Tints of Spring Bud #AEFF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 40.09%
G = 58.76%
B = 1.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#AEFF05 (or 0xAEFF05) is known color: Spring Bud. HEX triplet: AE, FF and 05. RGB value is (174,255,5). Sum of RGB (Red+Green+Blue) = 174+255+5=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF05 is #5100FA. Grayscale: #CBCBCB. Windows color (decimal): -5308667 or 393134. OLE color: 393134.

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

Color convert

RGB 174 255 5 -
CMYK 0.32 0 0.98 0
HSL 79.44º 1% 0.51% -
HSV(B) 79.44º 0.98% 1% -
XYZ 53.24 80.53 12.88 -
YUV 202.28 16.66 107.83 -
System Red Green Blue C M Y K H S L
Decimal 174 255 5 0.32 0 0.98 0 79.44 1 0.51
Hex AE FF 5 20 0 62 0 4F 64 33
Octal 256 377 5 40 0 142 0 117 144 63
Binary 10101110 11111111 101 100000 0 1100010 0 1001111 1100100 110011

Color Harmonies of #AEFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF05

Black with #AEFF05

Text Example


Text Example

White with #AEFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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