Html Css Color HEX #129953 Pigment Green

📋 copy color: '#129953'

red 18 ◦ green 153 ◦ blue 83

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

Shades of Pigment Green #129953

Tints of Pigment Green #129953

RGB

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

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

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

R = 7.09%
G = 60.24%
B = 32.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#129953 (or 0x129953) is known color: Pigment Green. HEX triplet: 12, 99 and 53. RGB value is (18,153,83). Sum of RGB (Red+Green+Blue) = 18+153+83=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #129953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129953 is #ED66AC. Grayscale: #686868. Windows color (decimal): -15558317 or 5478674. OLE color: 5478674.

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

Color convert

RGB 18 153 83 -
CMYK 0.88 0 0.46 0.4
HSL 148.89º 0.79% 0.34% -
HSV(B) 148.89º 0.88% 0.6% -
XYZ 13.2 23.54 12.03 -
YUV 104.66 115.77 66.19 -
System Red Green Blue C M Y K H S L
Decimal 18 153 83 0.88 0 0.46 0.4 148.89 0.79 0.34
Hex 12 99 53 58 0 2E 28 95 4F 22
Octal 22 231 123 130 0 56 50 225 117 42
Binary 10010 10011001 1010011 1011000 0 101110 101000 10010101 1001111 100010

Color Harmonies of #129953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129953

Black with #129953

Text Example


Text Example

White with #129953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129953; }

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

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

background-color css

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

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

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

border-color css

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

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

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