Html Css Color HEX #129653 Pigment Green

📋 copy color: '#129653'

red 18 ◦ green 150 ◦ blue 83

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

Shades of Pigment Green #129653

Tints of Pigment Green #129653

RGB

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

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

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

R = 7.17%
G = 59.76%
B = 33.07%

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

#129653 (or 0x129653) is known color: Pigment Green. HEX triplet: 12, 96 and 53. RGB value is (18,150,83). Sum of RGB (Red+Green+Blue) = 18+150+83=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #129653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129653 is #ED69AC. Grayscale: #676767. Windows color (decimal): -15559085 or 5477906. OLE color: 5477906.

HSL color Cylindrical-coordinate representation of color #129653: hue angle of 149.55º 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 #129653 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 83 -
CMYK 0.88 0 0.45 0.41
HSL 149.55º 0.79% 0.33% -
HSV(B) 149.55º 0.88% 0.59% -
XYZ 12.72 22.57 11.87 -
YUV 102.89 116.77 67.45 -
System Red Green Blue C M Y K H S L
Decimal 18 150 83 0.88 0 0.45 0.41 149.55 0.79 0.33
Hex 12 96 53 58 0 2D 29 96 4F 21
Octal 22 226 123 130 0 55 51 226 117 41
Binary 10010 10010110 1010011 1011000 0 101101 101001 10010110 1001111 100001

Color Harmonies of #129653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129653

Black with #129653

Text Example


Text Example

White with #129653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129653; }

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

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

background-color css

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

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

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

border-color css

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

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

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