#009530

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

Shades of Pigment Green #009530

Tints of Pigment Green #009530

Color information

#009530 (or 0x009530) is unknown color: approx Pigment Green. HEX triplet: 00, 95 and 30. RGB value is (0,149,48). Sum of RGB (Red+Green+Blue) = 0+149+48=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #009530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009530 is #FF6ACF. Grayscale: #5D5D5D. Windows color (decimal): -16739024 or 3183872. OLE color: 3183872.

HSL color Cylindrical-coordinate representation of color #009530: hue angle of 139.33º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009530 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB014948-
CMYK100.680.42
HSL139.33º100%29.22%-
HSV(B)139.33º100%58.43%-
XYZ11.2821.716.39-
YUV92.93102.6461.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 75.63%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=0%
G=75.63%
B=24.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014948100.680.42139.3310029.22
Hex09530640442A8b641d
Octal02256014401045221314435
Binary01001010111000011001000100010010101010001011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009530; }

 p { color: rgb(0,149,48); }

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

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

 a { background-color: rgb(0,149,48); }

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

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

 span { border-color: rgb(0,149,48); }

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