Html Css Color HEX #AEF105 Spring Bud

📋 copy color: '#AEF105'

red 174 ◦ green 241 ◦ blue 5

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

Shades of Spring Bud #AEF105

Tints of Spring Bud #AEF105

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.38%

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

R = 41.43%
G = 57.38%
B = 1.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#AEF105 (or 0xAEF105) is known color: Spring Bud. HEX triplet: AE, F1 and 05. RGB value is (174,241,5). Sum of RGB (Red+Green+Blue) = 174+241+5=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF105 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF105 is #510EFA. Grayscale: #C2C2C2. Windows color (decimal): -5312251 or 389550. OLE color: 389550.

HSL color Cylindrical-coordinate representation of color #AEF105: hue angle of 77.03º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEF105 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 5 -
CMYK 0.28 0 0.98 0.05
HSL 77.03º 0.96% 0.48% -
HSV(B) 77.03º 0.98% 0.95% -
XYZ 48.94 71.92 11.45 -
YUV 194.06 21.3 113.69 -
System Red Green Blue C M Y K H S L
Decimal 174 241 5 0.28 0 0.98 0.05 77.03 0.96 0.48
Hex AE F1 5 1C 0 62 5 4D 60 30
Octal 256 361 5 34 0 142 5 115 140 60
Binary 10101110 11110001 101 11100 0 1100010 101 1001101 1100000 110000

Color Harmonies of #AEF105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF105

Black with #AEF105

Text Example


Text Example

White with #AEF105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF105; }

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

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

background-color css

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

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

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

border-color css

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

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

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