Html Css Color HEX #01914F Pigment Green

📋 copy color: '#01914F'

red 1 ◦ green 145 ◦ blue 79

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

Shades of Pigment Green #01914F

Tints of Pigment Green #01914F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 64.44%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 0.44%
G = 64.44%
B = 35.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#01914F (or 0x01914F) is known color: Pigment Green. HEX triplet: 01, 91 and 4F. RGB value is (1,145,79). Sum of RGB (Red+Green+Blue) = 1+145+79=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #01914F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01914F is #FE6EB0. Grayscale: #5E5E5E. Windows color (decimal): -16674481 or 5214465. OLE color: 5214465.

HSL color Cylindrical-coordinate representation of color #01914F: hue angle of 152.5º 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 #01914F is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 79 -
CMYK 0.99 0 0.46 0.43
HSL 152.5º 0.99% 0.29% -
HSV(B) 152.5º 0.99% 0.57% -
XYZ 11.55 20.82 10.81 -
YUV 94.42 119.29 61.37 -
System Red Green Blue C M Y K H S L
Decimal 1 145 79 0.99 0 0.46 0.43 152.5 0.99 0.29
Hex 1 91 4F 63 0 2E 2B 98 63 1D
Octal 1 221 117 143 0 56 53 230 143 35
Binary 1 10010001 1001111 1100011 0 101110 101011 10011000 1100011 11101

Color Harmonies of #01914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01914F

Black with #01914F

Text Example


Text Example

White with #01914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01914F; }

 p { color: rgb(1,145,79); }

 H1.HeaderClassName
 {
   color: #01914F;
 }
 .AnyTagClassName
 {
   color: #01914F;
 }
</style>

background-color css

<style>
 a { background-color: #01914F; }

 a { background-color: rgb(1,145,79); }

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

border-color css

<style>
 span { border-color: #01914F; }

 span { border-color: rgb(1,145,79); }

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