Html Css Color HEX #12993F Pigment Green

📋 copy color: '#12993F'

red 18 ◦ green 153 ◦ blue 63

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

Shades of Pigment Green #12993F

Tints of Pigment Green #12993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 7.69%
G = 65.38%
B = 26.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#12993F (or 0x12993F) is known color: Pigment Green. HEX triplet: 12, 99 and 3F. RGB value is (18,153,63). Sum of RGB (Red+Green+Blue) = 18+153+63=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #12993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12993F is #ED66C0. Grayscale: #666666. Windows color (decimal): -15558337 or 4167954. OLE color: 4167954.

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

Color convert

RGB 18 153 63 -
CMYK 0.88 0 0.59 0.4
HSL 140º 0.79% 0.34% -
HSV(B) 140º 0.88% 0.6% -
XYZ 12.54 23.27 8.53 -
YUV 102.38 105.77 67.82 -
System Red Green Blue C M Y K H S L
Decimal 18 153 63 0.88 0 0.59 0.4 140 0.79 0.34
Hex 12 99 3F 58 0 3B 28 8C 4F 22
Octal 22 231 77 130 0 73 50 214 117 42
Binary 10010 10011001 111111 1011000 0 111011 101000 10001100 1001111 100010

Color Harmonies of #12993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12993F

Black with #12993F

Text Example


Text Example

White with #12993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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