Html Css Color HEX #129851 Pigment Green

📋 copy color: '#129851'

red 18 ◦ green 152 ◦ blue 81

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

Shades of Pigment Green #129851

Tints of Pigment Green #129851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 7.17%
G = 60.56%
B = 32.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#129851 (or 0x129851) is known color: Pigment Green. HEX triplet: 12, 98 and 51. RGB value is (18,152,81). Sum of RGB (Red+Green+Blue) = 18+152+81=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #129851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129851 is #ED67AE. Grayscale: #676767. Windows color (decimal): -15558575 or 5347346. OLE color: 5347346.

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

Color convert

RGB 18 152 81 -
CMYK 0.88 0 0.47 0.40
HSL 148.21º 0.79% 0.33% -
HSV(B) 148.21º 0.88% 0.6% -
XYZ 12.96 23.18 11.58 -
YUV 103.84 115.11 66.77 -
System Red Green Blue C M Y K H S L
Decimal 18 152 81 0.88 0 0.47 0.40 148.21 0.79 0.33
Hex 12 98 51 58 0 2F 28 94 4F 21
Octal 22 230 121 130 0 57 50 224 117 41
Binary 10010 10011000 1010001 1011000 0 101111 101000 10010100 1001111 100001

Color Harmonies of #129851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129851

Black with #129851

Text Example


Text Example

White with #129851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129851; }

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

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

background-color css

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

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

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

border-color css

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

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

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