Html Css Color HEX #199942 Pigment Green

📋 copy color: '#199942'

red 25 ◦ green 153 ◦ blue 66

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

Shades of Pigment Green #199942

Tints of Pigment Green #199942

RGB

 RED value IS 25 (10.16% from 255) = 10.25%

 GREEN value IS 153 (60.16% from 255) = 62.7%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 10.25%
G = 62.7%
B = 27.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#199942 (or 0x199942) is known color: Pigment Green. HEX triplet: 19, 99 and 42. RGB value is (25,153,66). Sum of RGB (Red+Green+Blue) = 25+153+66=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #199942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199942 is #E666BD. Grayscale: #696969. Windows color (decimal): -15099582 or 4364569. OLE color: 4364569.

HSL color Cylindrical-coordinate representation of color #199942: hue angle of 139.22º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199942 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 153 66 -
CMYK 0.84 0 0.57 0.4
HSL 139.22º 0.72% 0.35% -
HSV(B) 139.22º 0.84% 0.6% -
XYZ 12.78 23.38 8.99 -
YUV 104.81 106.09 71.07 -
System Red Green Blue C M Y K H S L
Decimal 25 153 66 0.84 0 0.57 0.4 139.22 0.72 0.35
Hex 19 99 42 54 0 39 28 8B 48 23
Octal 31 231 102 124 0 71 50 213 110 43
Binary 11001 10011001 1000010 1010100 0 111001 101000 10001011 1001000 100011

Color Harmonies of #199942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199942

Black with #199942

Text Example


Text Example

White with #199942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199942; }

 p { color: rgb(25,153,66); }

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

background-color css

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

 a { background-color: rgb(25,153,66); }

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

border-color css

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

 span { border-color: rgb(25,153,66); }

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