Html Css Color HEX #129753 Pigment Green

📋 copy color: '#129753'

red 18 ◦ green 151 ◦ blue 83

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

Shades of Pigment Green #129753

Tints of Pigment Green #129753

RGB

 RED value IS 18 (7.42% from 255) = 7.14%

 GREEN value IS 151 (59.38% from 255) = 59.92%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 7.14%
G = 59.92%
B = 32.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#129753 (or 0x129753) is known color: Pigment Green. HEX triplet: 12, 97 and 53. RGB value is (18,151,83). Sum of RGB (Red+Green+Blue) = 18+151+83=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #129753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129753 is #ED68AC. Grayscale: #676767. Windows color (decimal): -15558829 or 5478162. OLE color: 5478162.

HSL color Cylindrical-coordinate representation of color #129753: hue angle of 149.32º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129753 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 83 -
CMYK 0.88 0 0.45 0.41
HSL 149.32º 0.79% 0.33% -
HSV(B) 149.32º 0.88% 0.59% -
XYZ 12.88 22.89 11.92 -
YUV 103.48 116.44 67.03 -
System Red Green Blue C M Y K H S L
Decimal 18 151 83 0.88 0 0.45 0.41 149.32 0.79 0.33
Hex 12 97 53 58 0 2D 29 95 4F 21
Octal 22 227 123 130 0 55 51 225 117 41
Binary 10010 10010111 1010011 1011000 0 101101 101001 10010101 1001111 100001

Color Harmonies of #129753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129753

Black with #129753

Text Example


Text Example

White with #129753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129753; }

 p { color: rgb(18,151,83); }

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

background-color css

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

 a { background-color: rgb(18,151,83); }

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

border-color css

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

 span { border-color: rgb(18,151,83); }

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