Html Css Color HEX #01904E Pigment Green

📋 copy color: '#01904E'

red 1 ◦ green 144 ◦ blue 78

#01904E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #01904E

Tints of Pigment Green #01904E

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 144 (56.64% from 255) = 64.57%

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 0.45%
G = 64.57%
B = 34.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#01904E (or 0x01904E) is known color: Pigment Green. HEX triplet: 01, 90 and 4E. RGB value is (1,144,78). Sum of RGB (Red+Green+Blue) = 1+144+78=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #01904E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01904E is #FE6FB1. Grayscale: #5D5D5D. Windows color (decimal): -16674738 or 5148673. OLE color: 5148673.

HSL color Cylindrical-coordinate representation of color #01904E: hue angle of 152.31º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01904E is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 78 -
CMYK 0.99 0 0.46 0.44
HSL 152.31º 0.99% 0.28% -
HSV(B) 152.31º 0.99% 0.56% -
XYZ 11.36 20.5 10.57 -
YUV 93.72 119.12 61.87 -
System Red Green Blue C M Y K H S L
Decimal 1 144 78 0.99 0 0.46 0.44 152.31 0.99 0.28
Hex 1 90 4E 63 0 2E 2C 98 63 1C
Octal 1 220 116 143 0 56 54 230 143 34
Binary 1 10010000 1001110 1100011 0 101110 101100 10011000 1100011 11100

Color Harmonies of #01904E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01904E

Black with #01904E

Text Example


Text Example

White with #01904E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01904E; }

 p { color: rgb(1,144,78); }

 H1.HeaderClassName
 {
   color: #01904E;
 }
 .AnyTagClassName
 {
   color: #01904E;
 }
</style>

background-color css

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

 a { background-color: rgb(1,144,78); }

 div.DivClassName
 {
   background-color: #01904E;
 }
 .BgClassName
 {
   background-color: #01904E;
 }
</style>

border-color css

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

 span { border-color: rgb(1,144,78); }

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