#9AFF2E

Color #9AFF2E Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #9AFF2E

Tints of Green Yellow #9AFF2E

Color information

#9AFF2E (or 0x9AFF2E) is unknown color: approx Green Yellow. HEX triplet: 9A, FF and 2E. RGB value is (154,255,46). Sum of RGB (Red+Green+Blue) = 154+255+46=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFF2E is #6500D1. Grayscale: #C9C9C9. Windows color (decimal): -6619346 or 3080090. OLE color: 3080090.

HSL color Cylindrical-coordinate representation of color #9AFF2E: hue angle of 89º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9AFF2E is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB15425546-
CMYK0.4000.820
HSL89º100%59.02%-
HSV(B)89º81.96%100%-
XYZ49.5878.5915.14-
YUV200.9840.5494.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 255 (100% from 255) = 56.04%
BLUE value IS 46 (18.36% from 255) = 10.11%
R=33.85%
G=56.04%
B=10.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal154255460.4000.8208910059.02
Hex9AFF2E28052059643b
Octal23237756500122013114473
Binary100110101111111110111010100001010010010110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFF2E; }

 p { color: rgb(154,255,46); }

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

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

 a { background-color: rgb(154,255,46); }

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

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

 span { border-color: rgb(154,255,46); }

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