Html Css Color HEX #AEF80D Spring Bud

📋 copy color: '#AEF80D'

red 174 ◦ green 248 ◦ blue 13

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

Shades of Spring Bud #AEF80D

Tints of Spring Bud #AEF80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 40%
G = 57.01%
B = 2.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#AEF80D (or 0xAEF80D) is known color: Spring Bud. HEX triplet: AE, F8 and 0D. RGB value is (174,248,13). Sum of RGB (Red+Green+Blue) = 174+248+13=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF80D is #5107F2. Grayscale: #C7C7C7. Windows color (decimal): -5310451 or 915630. OLE color: 915630.

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

Color convert

RGB 174 248 13 -
CMYK 0.30 0 0.95 0.03
HSL 78.89º 0.94% 0.51% -
HSV(B) 78.89º 0.95% 0.97% -
XYZ 51.1 76.16 12.39 -
YUV 199.08 22.98 110.11 -
System Red Green Blue C M Y K H S L
Decimal 174 248 13 0.30 0 0.95 0.03 78.89 0.94 0.51
Hex AE F8 D 1E 0 5F 3 4F 5E 33
Octal 256 370 15 36 0 137 3 117 136 63
Binary 10101110 11111000 1101 11110 0 1011111 11 1001111 1011110 110011

Color Harmonies of #AEF80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF80D

Black with #AEF80D

Text Example


Text Example

White with #AEF80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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