Html Css Color HEX #AEF908 Spring Bud

📋 copy color: '#AEF908'

red 174 ◦ green 249 ◦ blue 8

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

Shades of Spring Bud #AEF908

Tints of Spring Bud #AEF908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.77%

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

R = 40.37%
G = 57.77%
B = 1.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#AEF908 (or 0xAEF908) is known color: Spring Bud. HEX triplet: AE, F9 and 08. RGB value is (174,249,8). Sum of RGB (Red+Green+Blue) = 174+249+8=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF908 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF908 is #5106F7. Grayscale: #C7C7C7. Windows color (decimal): -5310200 or 588206. OLE color: 588206.

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

Color convert

RGB 174 249 8 -
CMYK 0.30 0 0.97 0.02
HSL 78.67º 0.95% 0.5% -
HSV(B) 78.67º 0.97% 0.98% -
XYZ 51.38 76.77 12.34 -
YUV 199.1 20.15 110.1 -
System Red Green Blue C M Y K H S L
Decimal 174 249 8 0.30 0 0.97 0.02 78.67 0.95 0.5
Hex AE F9 8 1E 0 61 2 4F 5F 32
Octal 256 371 10 36 0 141 2 117 137 62
Binary 10101110 11111001 1000 11110 0 1100001 10 1001111 1011111 110010

Color Harmonies of #AEF908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF908

Black with #AEF908

Text Example


Text Example

White with #AEF908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF908; }

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

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

background-color css

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

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

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

border-color css

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

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

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