Html Css Color HEX #01954E Pigment Green

📋 copy color: '#01954E'

red 1 ◦ green 149 ◦ blue 78

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

Shades of Pigment Green #01954E

Tints of Pigment Green #01954E

RGB

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

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

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

R = 0.44%
G = 65.35%
B = 34.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#01954E (or 0x01954E) is known color: Pigment Green. HEX triplet: 01, 95 and 4E. RGB value is (1,149,78). Sum of RGB (Red+Green+Blue) = 1+149+78=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #01954E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01954E is #FE6AB1. Grayscale: #606060. Windows color (decimal): -16673458 or 5149953. OLE color: 5149953.

HSL color Cylindrical-coordinate representation of color #01954E: hue angle of 151.22º 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 #01954E is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 78 -
CMYK 0.99 0 0.48 0.42
HSL 151.22º 0.99% 0.29% -
HSV(B) 151.22º 0.99% 0.58% -
XYZ 12.14 22.05 10.82 -
YUV 96.65 117.47 59.77 -
System Red Green Blue C M Y K H S L
Decimal 1 149 78 0.99 0 0.48 0.42 151.22 0.99 0.29
Hex 1 95 4E 63 0 30 2A 97 63 1D
Octal 1 225 116 143 0 60 52 227 143 35
Binary 1 10010101 1001110 1100011 0 110000 101010 10010111 1100011 11101

Color Harmonies of #01954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01954E

Black with #01954E

Text Example


Text Example

White with #01954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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