#009A35

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

Shades of Pigment Green #009A35

Tints of Pigment Green #009A35

Color information

#009A35 (or 0x009A35) is unknown color: approx Pigment Green. HEX triplet: 00, 9A and 35. RGB value is (0,154,53). Sum of RGB (Red+Green+Blue) = 0+154+53=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 154 (60.55% from 255 or 74.40% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 154 - color contains mainly: green. Hex color #009A35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A35 is #FF65CA. Grayscale: #606060. Windows color (decimal): -16737739 or 3512832. OLE color: 3512832.

HSL color Cylindrical-coordinate representation of color #009A35: hue angle of 140.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A35 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB015453-
CMYK100.660.40
HSL140.65º100%30.2%-
HSV(B)140.65º100%60.39%-
XYZ12.223.377.24-
YUV96.44103.4859.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 74.40%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=0%
G=74.40%
B=25.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal015453100.660.40140.6510030.2
Hex09A3564042288d641e
Octal02326514401025021514436
Binary01001101011010111001000100001010100010001101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009A35; }

 p { color: rgb(0,154,53); }

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

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

 a { background-color: rgb(0,154,53); }

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

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

 span { border-color: rgb(0,154,53); }

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