Html Css Color HEX #12984D Pigment Green

📋 copy color: '#12984D'

red 18 ◦ green 152 ◦ blue 77

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

Shades of Pigment Green #12984D

Tints of Pigment Green #12984D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 7.29%
G = 61.54%
B = 31.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#12984D (or 0x12984D) is known color: Pigment Green. HEX triplet: 12, 98 and 4D. RGB value is (18,152,77). Sum of RGB (Red+Green+Blue) = 18+152+77=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #12984D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12984D is #ED67B2. Grayscale: #676767. Windows color (decimal): -15558579 or 5085202. OLE color: 5085202.

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

Color convert

RGB 18 152 77 -
CMYK 0.88 0 0.49 0.40
HSL 146.42º 0.79% 0.33% -
HSV(B) 146.42º 0.88% 0.6% -
XYZ 12.82 23.12 10.81 -
YUV 103.38 113.11 67.1 -
System Red Green Blue C M Y K H S L
Decimal 18 152 77 0.88 0 0.49 0.40 146.42 0.79 0.33
Hex 12 98 4D 58 0 31 28 92 4F 21
Octal 22 230 115 130 0 61 50 222 117 41
Binary 10010 10011000 1001101 1011000 0 110001 101000 10010010 1001111 100001

Color Harmonies of #12984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12984D

Black with #12984D

Text Example


Text Example

White with #12984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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