Html Css Color HEX #AEFF12 Spring Bud

📋 copy color: '#AEFF12'

red 174 ◦ green 255 ◦ blue 18

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

Shades of Spring Bud #AEFF12

Tints of Spring Bud #AEFF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 38.93%
G = 57.05%
B = 4.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#AEFF12 (or 0xAEFF12) is known color: Spring Bud. HEX triplet: AE, FF and 12. RGB value is (174,255,18). Sum of RGB (Red+Green+Blue) = 174+255+18=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF12 is #5100ED. Grayscale: #CCCCCC. Windows color (decimal): -5308654 or 1245102. OLE color: 1245102.

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

Color convert

RGB 174 255 18 -
CMYK 0.32 0 0.93 0
HSL 80.51º 1% 0.54% -
HSV(B) 80.51º 0.93% 1% -
XYZ 53.32 80.56 13.31 -
YUV 203.76 23.16 106.77 -
System Red Green Blue C M Y K H S L
Decimal 174 255 18 0.32 0 0.93 0 80.51 1 0.54
Hex AE FF 12 20 0 5D 0 51 64 36
Octal 256 377 22 40 0 135 0 121 144 66
Binary 10101110 11111111 10010 100000 0 1011101 0 1010001 1100100 110110

Color Harmonies of #AEFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF12

Black with #AEFF12

Text Example


Text Example

White with #AEFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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