#AEF90C

Color #AEF90C Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AEF90C

Tints of Spring Bud #AEF90C

Color information

#AEF90C (or 0xAEF90C) is unknown color: approx Spring Bud. HEX triplet: AE, F9 and 0C. RGB value is (174,249,12). Sum of RGB (Red+Green+Blue) = 174+249+12=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 249 (97.66% from 255 or 57.24% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF90C is #5106F3. Grayscale: #C8C8C8. Windows color (decimal): -5310196 or 850350. OLE color: 850350.

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

Color convert

RGB17424912-
CMYK0.3000.950.02
HSL78.99º95.18%51.18%-
HSV(B)78.99º95.18%97.65%-
XYZ51.476.7812.46-
YUV199.5622.15109.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 249 (97.66% from 255) = 57.24%
BLUE value IS 12 (5.08% from 255) = 2.76%
R=40%
G=57.24%
B=2.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174249120.3000.950.0278.9995.1851.18
HexAEF9C1E05F24f5f33
Octal25637114360137211713763
Binary1010111011111001110011110010111111010011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF90C; }

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

 H1.HeaderClassName
 {
   color: #AEF90C;
 }
 .AnyTagClassName
 {
   color: #AEF90C;
 }
</style>
background-color css

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

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

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

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

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

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