Html Css Color HEX #AEFA11 Spring Bud

📋 copy color: '#AEFA11'

red 174 ◦ green 250 ◦ blue 17

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

Shades of Spring Bud #AEFA11

Tints of Spring Bud #AEFA11

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.69%

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 39.46%
G = 56.69%
B = 3.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#AEFA11 (or 0xAEFA11) is known color: Spring Bud. HEX triplet: AE, FA and 11. RGB value is (174,250,17). Sum of RGB (Red+Green+Blue) = 174+250+17=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFA11 is #5105EE. Grayscale: #C9C9C9. Windows color (decimal): -5309935 or 1178286. OLE color: 1178286.

HSL color Cylindrical-coordinate representation of color #AEFA11: hue angle of 79.57º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEFA11 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 17 -
CMYK 0.30 0 0.93 0.02
HSL 79.57º 0.96% 0.52% -
HSV(B) 79.57º 0.93% 0.98% -
XYZ 51.74 77.41 12.74 -
YUV 200.71 24.32 108.95 -
System Red Green Blue C M Y K H S L
Decimal 174 250 17 0.30 0 0.93 0.02 79.57 0.96 0.52
Hex AE FA 11 1E 0 5D 2 50 60 34
Octal 256 372 21 36 0 135 2 120 140 64
Binary 10101110 11111010 10001 11110 0 1011101 10 1010000 1100000 110100

Color Harmonies of #AEFA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA11

Black with #AEFA11

Text Example


Text Example

White with #AEFA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA11; }

 p { color: rgb(174,250,17); }

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

background-color css

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

 a { background-color: rgb(174,250,17); }

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

border-color css

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

 span { border-color: rgb(174,250,17); }

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