Html Css Color HEX #AEF808 Spring Bud

📋 copy color: '#AEF808'

red 174 ◦ green 248 ◦ blue 8

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

Shades of Spring Bud #AEF808

Tints of Spring Bud #AEF808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 40.47%
G = 57.67%
B = 1.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#AEF808 (or 0xAEF808) is known color: Spring Bud. HEX triplet: AE, F8 and 08. RGB value is (174,248,8). Sum of RGB (Red+Green+Blue) = 174+248+8=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF808 is #5107F7. Grayscale: #C7C7C7. Windows color (decimal): -5310456 or 587950. OLE color: 587950.

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

Color convert

RGB 174 248 8 -
CMYK 0.30 0 0.97 0.03
HSL 78.5º 0.94% 0.5% -
HSV(B) 78.5º 0.97% 0.97% -
XYZ 51.07 76.15 12.24 -
YUV 198.51 20.48 110.51 -
System Red Green Blue C M Y K H S L
Decimal 174 248 8 0.30 0 0.97 0.03 78.5 0.94 0.5
Hex AE F8 8 1E 0 61 3 4E 5E 32
Octal 256 370 10 36 0 141 3 116 136 62
Binary 10101110 11111000 1000 11110 0 1100001 11 1001110 1011110 110010

Color Harmonies of #AEF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF808

Black with #AEF808

Text Example


Text Example

White with #AEF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF808; }

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

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

background-color css

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

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

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

border-color css

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

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

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