#9AFF30

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

Shades of Green Yellow #9AFF30

Tints of Green Yellow #9AFF30

Color information

#9AFF30 (or 0x9AFF30) is unknown color: approx Green Yellow. HEX triplet: 9A, FF and 30. RGB value is (154,255,48). Sum of RGB (Red+Green+Blue) = 154+255+48=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9AFF30 is #6500CF. Grayscale: #C9C9C9. Windows color (decimal): -6619344 or 3211162. OLE color: 3211162.

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

Color convert

RGB15425548-
CMYK0.4000.810
HSL89.28º100%59.41%-
HSV(B)89.28º81.18%100%-
XYZ49.6278.615.35-
YUV201.241.5494.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 255 (100% from 255) = 55.80%
BLUE value IS 48 (19.14% from 255) = 10.50%
R=33.70%
G=55.80%
B=10.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal154255480.4000.81089.2810059.41
Hex9AFF3028051059643b
Octal23237760500121013114473
Binary100110101111111111000010100001010001010110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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