#01924A

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

Shades of Pigment Green #01924A

Tints of Pigment Green #01924A

Color information

#01924A (or 0x01924A) is unknown color: approx Pigment Green. HEX triplet: 01, 92 and 4A. RGB value is (1,146,74). Sum of RGB (Red+Green+Blue) = 1+146+74=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 146 (57.42% from 255 or 66.06% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 146 - color contains mainly: green. Hex color #01924A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01924A is #FE6DB5. Grayscale: #5E5E5E. Windows color (decimal): -16674230 or 4887041. OLE color: 4887041.

HSL color Cylindrical-coordinate representation of color #01924A: hue angle of 150.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01924A is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB114674-
CMYK0.9900.490.43
HSL150.21º98.64%28.82%-
HSV(B)150.21º99.32%57.25%-
XYZ11.5321.069.94-
YUV94.44116.4661.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 146 (57.42% from 255) = 66.06%
BLUE value IS 74 (29.30% from 255) = 33.48%
R=0.45%
G=66.06%
B=33.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1146740.9900.490.43150.2198.6428.82
Hex1924A630312B96631d
Octal12221121430615322614335
Binary11001001010010101100011011000110101110010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01924A; }

 p { color: rgb(1,146,74); }

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

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

 a { background-color: rgb(1,146,74); }

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

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

 span { border-color: rgb(1,146,74); }

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