Html Css Color HEX #AEF80B Spring Bud

📋 copy color: '#AEF80B'

red 174 ◦ green 248 ◦ blue 11

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

Shades of Spring Bud #AEF80B

Tints of Spring Bud #AEF80B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.27%

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 40.18%
G = 57.27%
B = 2.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#AEF80B (or 0xAEF80B) is known color: Spring Bud. HEX triplet: AE, F8 and 0B. RGB value is (174,248,11). Sum of RGB (Red+Green+Blue) = 174+248+11=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF80B is #5107F4. Grayscale: #C7C7C7. Windows color (decimal): -5310453 or 784558. OLE color: 784558.

HSL color Cylindrical-coordinate representation of color #AEF80B: hue angle of 78.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEF80B is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 11 -
CMYK 0.30 0 0.96 0.03
HSL 78.73º 0.94% 0.51% -
HSV(B) 78.73º 0.96% 0.97% -
XYZ 51.08 76.16 12.32 -
YUV 198.86 21.98 110.27 -
System Red Green Blue C M Y K H S L
Decimal 174 248 11 0.30 0 0.96 0.03 78.73 0.94 0.51
Hex AE F8 B 1E 0 60 3 4F 5E 33
Octal 256 370 13 36 0 140 3 117 136 63
Binary 10101110 11111000 1011 11110 0 1100000 11 1001111 1011110 110011

Color Harmonies of #AEF80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF80B

Black with #AEF80B

Text Example


Text Example

White with #AEF80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF80B; }

 p { color: rgb(174,248,11); }

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

background-color css

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

 a { background-color: rgb(174,248,11); }

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

border-color css

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

 span { border-color: rgb(174,248,11); }

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