Html Css Color HEX #129855 Pigment Green

📋 copy color: '#129855'

red 18 ◦ green 152 ◦ blue 85

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

Shades of Pigment Green #129855

Tints of Pigment Green #129855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 7.06%
G = 59.61%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#129855 (or 0x129855) is known color: Pigment Green. HEX triplet: 12, 98 and 55. RGB value is (18,152,85). Sum of RGB (Red+Green+Blue) = 18+152+85=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #129855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129855 is #ED67AA. Grayscale: #686868. Windows color (decimal): -15558571 or 5609490. OLE color: 5609490.

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

Color convert

RGB 18 152 85 -
CMYK 0.88 0 0.44 0.40
HSL 150º 0.79% 0.33% -
HSV(B) 150º 0.88% 0.6% -
XYZ 13.12 23.24 12.39 -
YUV 104.3 117.11 66.45 -
System Red Green Blue C M Y K H S L
Decimal 18 152 85 0.88 0 0.44 0.40 150 0.79 0.33
Hex 12 98 55 58 0 2C 28 96 4F 21
Octal 22 230 125 130 0 54 50 226 117 41
Binary 10010 10011000 1010101 1011000 0 101100 101000 10010110 1001111 100001

Color Harmonies of #129855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129855

Black with #129855

Text Example


Text Example

White with #129855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129855; }

 p { color: rgb(18,152,85); }

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

background-color css

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

 a { background-color: rgb(18,152,85); }

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

border-color css

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

 span { border-color: rgb(18,152,85); }

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