#30F009

Color #30F009 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #30F009

Tints of Harlequin #30F009

Color information

#30F009 (or 0x30F009) is unknown color: approx Harlequin. HEX triplet: 30, F0 and 09. RGB value is (48,240,9). Sum of RGB (Red+Green+Blue) = 48+240+9=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 240 (94.14% from 255 or 80.81% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 240 - color contains mainly: green. Hex color #30F009 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F009 is #CF0FF6. Grayscale: #9C9C9C. Windows color (decimal): -13570039 or 651312. OLE color: 651312.

HSL color Cylindrical-coordinate representation of color #30F009: hue angle of 109.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30F009 is Cyan = 0.8, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB482409-
CMYK0.800.960.06
HSL109.87º92.77%48.82%-
HSV(B)109.87º96.25%94.12%-
XYZ32.4362.9710.7-
YUV156.2644.8950.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 240 (94.14% from 255) = 80.81%
BLUE value IS 9 (3.91% from 255) = 3.03%
R=16.16%
G=80.81%
B=3.03%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal4824090.800.960.06109.8792.7748.82
Hex30F095006066e5d31
Octal60360111200140615613561
Binary11000011110000100110100000110000011011011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30F009; }

 p { color: rgb(48,240,9); }

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

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

 a { background-color: rgb(48,240,9); }

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

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

 span { border-color: rgb(48,240,9); }

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