Html Css Color HEX #AEFF0F Spring Bud

📋 copy color: '#AEFF0F'

red 174 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #AEFF0F

Tints of Spring Bud #AEFF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 57.43%

 BLUE value IS 15 (6.25% from 255) = 3.38%

R = 39.19%
G = 57.43%
B = 3.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#AEFF0F (or 0xAEFF0F) is known color: Spring Bud. HEX triplet: AE, FF and 0F. RGB value is (174,255,15). Sum of RGB (Red+Green+Blue) = 174+255+15=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF0F is #5100F0. Grayscale: #CCCCCC. Windows color (decimal): -5308657 or 1048494. OLE color: 1048494.

HSL color Cylindrical-coordinate representation of color #AEFF0F: hue angle of 80.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEFF0F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 15 -
CMYK 0.32 0 0.94 0
HSL 80.25º 1% 0.53% -
HSV(B) 80.25º 0.94% 1% -
XYZ 53.3 80.55 13.19 -
YUV 203.42 21.66 107.01 -
System Red Green Blue C M Y K H S L
Decimal 174 255 15 0.32 0 0.94 0 80.25 1 0.53
Hex AE FF F 20 0 5E 0 50 64 35
Octal 256 377 17 40 0 136 0 120 144 65
Binary 10101110 11111111 1111 100000 0 1011110 0 1010000 1100100 110101

Color Harmonies of #AEFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF0F

Black with #AEFF0F

Text Example


Text Example

White with #AEFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF0F; }

 p { color: rgb(174,255,15); }

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

background-color css

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

 a { background-color: rgb(174,255,15); }

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

border-color css

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

 span { border-color: rgb(174,255,15); }

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