Html Css Color HEX #AEFA08 Spring Bud

📋 copy color: '#AEFA08'

red 174 ◦ green 250 ◦ blue 8

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

Shades of Spring Bud #AEFA08

Tints of Spring Bud #AEFA08

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.87%

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

R = 40.28%
G = 57.87%
B = 1.85%

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

#AEFA08 (or 0xAEFA08) is known color: Spring Bud. HEX triplet: AE, FA and 08. RGB value is (174,250,8). Sum of RGB (Red+Green+Blue) = 174+250+8=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFA08 is #5105F7. Grayscale: #C8C8C8. Windows color (decimal): -5309944 or 588462. OLE color: 588462.

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

Color convert

RGB 174 250 8 -
CMYK 0.30 0 0.97 0.02
HSL 78.84º 0.96% 0.51% -
HSV(B) 78.84º 0.97% 0.98% -
XYZ 51.68 77.39 12.44 -
YUV 199.69 19.82 109.68 -
System Red Green Blue C M Y K H S L
Decimal 174 250 8 0.30 0 0.97 0.02 78.84 0.96 0.51
Hex AE FA 8 1E 0 61 2 4F 60 33
Octal 256 372 10 36 0 141 2 117 140 63
Binary 10101110 11111010 1000 11110 0 1100001 10 1001111 1100000 110011

Color Harmonies of #AEFA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA08

Black with #AEFA08

Text Example


Text Example

White with #AEFA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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