Html Css Color HEX #AEFF08 Spring Bud

📋 copy color: '#AEFF08'

red 174 ◦ green 255 ◦ blue 8

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

Shades of Spring Bud #AEFF08

Tints of Spring Bud #AEFF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 39.82%
G = 58.35%
B = 1.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#AEFF08 (or 0xAEFF08) is known color: Spring Bud. HEX triplet: AE, FF and 08. RGB value is (174,255,8). Sum of RGB (Red+Green+Blue) = 174+255+8=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF08 is #5100F7. Grayscale: #CBCBCB. Windows color (decimal): -5308664 or 589742. OLE color: 589742.

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

Color convert

RGB 174 255 8 -
CMYK 0.32 0 0.97 0
HSL 79.68º 1% 0.52% -
HSV(B) 79.68º 0.97% 1% -
XYZ 53.26 80.54 12.97 -
YUV 202.62 18.16 107.58 -
System Red Green Blue C M Y K H S L
Decimal 174 255 8 0.32 0 0.97 0 79.68 1 0.52
Hex AE FF 8 20 0 61 0 50 64 34
Octal 256 377 10 40 0 141 0 120 144 64
Binary 10101110 11111111 1000 100000 0 1100001 0 1010000 1100100 110100

Color Harmonies of #AEFF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF08

Black with #AEFF08

Text Example


Text Example

White with #AEFF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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