Html Css Color HEX #AEFE14 Spring Bud

📋 copy color: '#AEFE14'

red 174 ◦ green 254 ◦ blue 20

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

Shades of Spring Bud #AEFE14

Tints of Spring Bud #AEFE14

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.7%

 BLUE value IS 20 (8.2% from 255) = 4.46%

R = 38.84%
G = 56.7%
B = 4.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#AEFE14 (or 0xAEFE14) is known color: Spring Bud. HEX triplet: AE, FE and 14. RGB value is (174,254,20). Sum of RGB (Red+Green+Blue) = 174+254+20=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 20 (8.20% from 255 or 4.46% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFE14 is #5101EB. Grayscale: #CCCCCC. Windows color (decimal): -5308908 or 1375918. OLE color: 1375918.

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

Color convert

RGB 174 254 20 -
CMYK 0.31 0 0.92 0.00
HSL 80.51º 0.99% 0.54% -
HSV(B) 80.51º 0.92% 1% -
XYZ 53.02 79.93 13.3 -
YUV 203.4 24.5 107.03 -
System Red Green Blue C M Y K H S L
Decimal 174 254 20 0.31 0 0.92 0.00 80.51 0.99 0.54
Hex AE FE 14 1F 0 5C 0 51 63 36
Octal 256 376 24 37 0 134 0 121 143 66
Binary 10101110 11111110 10100 11111 0 1011100 0 1010001 1100011 110110

Color Harmonies of #AEFE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFE14

Black with #AEFE14

Text Example


Text Example

White with #AEFE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFE14; }

 p { color: rgb(174,254,20); }

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

background-color css

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

 a { background-color: rgb(174,254,20); }

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

border-color css

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

 span { border-color: rgb(174,254,20); }

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