Html Css Color HEX #AEFF0B Spring Bud

📋 copy color: '#AEFF0B'

red 174 ◦ green 255 ◦ blue 11

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

Shades of Spring Bud #AEFF0B

Tints of Spring Bud #AEFF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.5%

R = 39.55%
G = 57.95%
B = 2.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#AEFF0B (or 0xAEFF0B) is known color: Spring Bud. HEX triplet: AE, FF and 0B. RGB value is (174,255,11). Sum of RGB (Red+Green+Blue) = 174+255+11=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF0B is #5100F4. Grayscale: #CBCBCB. Windows color (decimal): -5308661 or 786350. OLE color: 786350.

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

Color convert

RGB 174 255 11 -
CMYK 0.32 0 0.96 0
HSL 79.92º 1% 0.52% -
HSV(B) 79.92º 0.96% 1% -
XYZ 53.28 80.54 13.05 -
YUV 202.97 19.66 107.34 -
System Red Green Blue C M Y K H S L
Decimal 174 255 11 0.32 0 0.96 0 79.92 1 0.52
Hex AE FF B 20 0 60 0 50 64 34
Octal 256 377 13 40 0 140 0 120 144 64
Binary 10101110 11111111 1011 100000 0 1100000 0 1010000 1100100 110100

Color Harmonies of #AEFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF0B

Black with #AEFF0B

Text Example


Text Example

White with #AEFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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