Html Css Color HEX #AEFF07 Spring Bud

📋 copy color: '#AEFF07'

red 174 ◦ green 255 ◦ blue 7

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

Shades of Spring Bud #AEFF07

Tints of Spring Bud #AEFF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 39.91%
G = 58.49%
B = 1.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#AEFF07 (or 0xAEFF07) is known color: Spring Bud. HEX triplet: AE, FF and 07. RGB value is (174,255,7). Sum of RGB (Red+Green+Blue) = 174+255+7=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF07 is #5100F8. Grayscale: #CBCBCB. Windows color (decimal): -5308665 or 524206. OLE color: 524206.

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

Color convert

RGB 174 255 7 -
CMYK 0.32 0 0.97 0
HSL 79.6º 1% 0.51% -
HSV(B) 79.6º 0.97% 1% -
XYZ 53.25 80.53 12.94 -
YUV 202.51 17.66 107.67 -
System Red Green Blue C M Y K H S L
Decimal 174 255 7 0.32 0 0.97 0 79.6 1 0.51
Hex AE FF 7 20 0 61 0 50 64 33
Octal 256 377 7 40 0 141 0 120 144 63
Binary 10101110 11111111 111 100000 0 1100001 0 1010000 1100100 110011

Color Harmonies of #AEFF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF07

Black with #AEFF07

Text Example


Text Example

White with #AEFF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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