Html Css Color HEX #119852 Pigment Green

📋 copy color: '#119852'

red 17 ◦ green 152 ◦ blue 82

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

Shades of Pigment Green #119852

Tints of Pigment Green #119852

RGB

 RED value IS 17 (7.03% from 255) = 6.77%

 GREEN value IS 152 (59.77% from 255) = 60.56%

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 6.77%
G = 60.56%
B = 32.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#119852 (or 0x119852) is known color: Pigment Green. HEX triplet: 11, 98 and 52. RGB value is (17,152,82). Sum of RGB (Red+Green+Blue) = 17+152+82=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #119852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119852 is #EE67AD. Grayscale: #676767. Windows color (decimal): -15624110 or 5412881. OLE color: 5412881.

HSL color Cylindrical-coordinate representation of color #119852: hue angle of 148.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119852 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 152 82 -
CMYK 0.89 0 0.46 0.40
HSL 148.89º 0.8% 0.33% -
HSV(B) 148.89º 0.89% 0.6% -
XYZ 12.98 23.18 11.77 -
YUV 103.66 115.77 66.19 -
System Red Green Blue C M Y K H S L
Decimal 17 152 82 0.89 0 0.46 0.40 148.89 0.8 0.33
Hex 11 98 52 59 0 2E 28 95 50 21
Octal 21 230 122 131 0 56 50 225 120 41
Binary 10001 10011000 1010010 1011001 0 101110 101000 10010101 1010000 100001

Color Harmonies of #119852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119852

Black with #119852

Text Example


Text Example

White with #119852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119852; }

 p { color: rgb(17,152,82); }

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

background-color css

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

 a { background-color: rgb(17,152,82); }

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

border-color css

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

 span { border-color: rgb(17,152,82); }

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