Html Css Color HEX #12983E Pigment Green

📋 copy color: '#12983E'

red 18 ◦ green 152 ◦ blue 62

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

Shades of Pigment Green #12983E

Tints of Pigment Green #12983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 7.76%
G = 65.52%
B = 26.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#12983E (or 0x12983E) is known color: Pigment Green. HEX triplet: 12, 98 and 3E. RGB value is (18,152,62). Sum of RGB (Red+Green+Blue) = 18+152+62=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #12983E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12983E is #ED67C1. Grayscale: #656565. Windows color (decimal): -15558594 or 4102162. OLE color: 4102162.

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

Color convert

RGB 18 152 62 -
CMYK 0.88 0 0.59 0.40
HSL 139.7º 0.79% 0.33% -
HSV(B) 139.7º 0.88% 0.6% -
XYZ 12.35 22.93 8.33 -
YUV 101.67 105.61 68.32 -
System Red Green Blue C M Y K H S L
Decimal 18 152 62 0.88 0 0.59 0.40 139.7 0.79 0.33
Hex 12 98 3E 58 0 3B 28 8C 4F 21
Octal 22 230 76 130 0 73 50 214 117 41
Binary 10010 10011000 111110 1011000 0 111011 101000 10001100 1001111 100001

Color Harmonies of #12983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12983E

Black with #12983E

Text Example


Text Example

White with #12983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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