Html Css Color HEX #019650 Pigment Green

📋 copy color: '#019650'

red 1 ◦ green 150 ◦ blue 80

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

Shades of Pigment Green #019650

Tints of Pigment Green #019650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.94%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 0.43%
G = 64.94%
B = 34.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#019650 (or 0x019650) is known color: Pigment Green. HEX triplet: 01, 96 and 50. RGB value is (1,150,80). Sum of RGB (Red+Green+Blue) = 1+150+80=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #019650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019650 is #FE69AF. Grayscale: #616161. Windows color (decimal): -16673200 or 5281281. OLE color: 5281281.

HSL color Cylindrical-coordinate representation of color #019650: hue angle of 151.81º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019650 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 150 80 -
CMYK 0.99 0 0.47 0.41
HSL 151.81º 0.99% 0.3% -
HSV(B) 151.81º 0.99% 0.59% -
XYZ 12.37 22.4 11.26 -
YUV 97.47 118.14 59.19 -
System Red Green Blue C M Y K H S L
Decimal 1 150 80 0.99 0 0.47 0.41 151.81 0.99 0.3
Hex 1 96 50 63 0 2F 29 98 63 1E
Octal 1 226 120 143 0 57 51 230 143 36
Binary 1 10010110 1010000 1100011 0 101111 101001 10011000 1100011 11110

Color Harmonies of #019650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019650

Black with #019650

Text Example


Text Example

White with #019650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019650; }

 p { color: rgb(1,150,80); }

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

background-color css

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

 a { background-color: rgb(1,150,80); }

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

border-color css

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

 span { border-color: rgb(1,150,80); }

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