Html Css Color HEX #01954A Pigment Green

📋 copy color: '#01954A'

red 1 ◦ green 149 ◦ blue 74

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

Shades of Pigment Green #01954A

Tints of Pigment Green #01954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 66.52%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 0.45%
G = 66.52%
B = 33.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#01954A (or 0x01954A) is known color: Pigment Green. HEX triplet: 01, 95 and 4A. RGB value is (1,149,74). Sum of RGB (Red+Green+Blue) = 1+149+74=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 149 (58.59% from 255 or 66.52% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 149 - color contains mainly: green. Hex color #01954A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01954A is #FE6AB5. Grayscale: #606060. Windows color (decimal): -16673462 or 4887809. OLE color: 4887809.

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

Color convert

RGB 1 149 74 -
CMYK 0.99 0 0.50 0.42
HSL 149.59º 0.99% 0.29% -
HSV(B) 149.59º 0.99% 0.58% -
XYZ 12 22 10.09 -
YUV 96.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 1 149 74 0.99 0 0.50 0.42 149.59 0.99 0.29
Hex 1 95 4A 63 0 32 2A 96 63 1D
Octal 1 225 112 143 0 62 52 226 143 35
Binary 1 10010101 1001010 1100011 0 110010 101010 10010110 1100011 11101

Color Harmonies of #01954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01954A

Black with #01954A

Text Example


Text Example

White with #01954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01954A;
 }
 .AnyTagClassName
 {
   color: #01954A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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