Html Css Color HEX #0C983A Pigment Green

📋 copy color: '#0C983A'

red 12 ◦ green 152 ◦ blue 58

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

Shades of Pigment Green #0C983A

Tints of Pigment Green #0C983A

RGB

 RED value IS 12 (5.08% from 255) = 5.41%

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 5.41%
G = 68.47%
B = 26.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#0C983A (or 0x0C983A) is known color: Pigment Green. HEX triplet: 0C, 98 and 3A. RGB value is (12,152,58). Sum of RGB (Red+Green+Blue) = 12+152+58=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 152 (59.77% from 255 or 68.47% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 152 - color contains mainly: green. Hex color #0C983A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C983A is #F367C5. Grayscale: #636363. Windows color (decimal): -15951814 or 3840012. OLE color: 3840012.

HSL color Cylindrical-coordinate representation of color #0C983A: hue angle of 139.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C983A is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 152 58 -
CMYK 0.92 0 0.62 0.40
HSL 139.71º 0.85% 0.32% -
HSV(B) 139.71º 0.92% 0.6% -
XYZ 12.14 22.84 7.77 -
YUV 99.42 104.62 65.64 -
System Red Green Blue C M Y K H S L
Decimal 12 152 58 0.92 0 0.62 0.40 139.71 0.85 0.32
Hex C 98 3A 5C 0 3E 28 8C 55 20
Octal 14 230 72 134 0 76 50 214 125 40
Binary 1100 10011000 111010 1011100 0 111110 101000 10001100 1010101 100000

Color Harmonies of #0C983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C983A

Black with #0C983A

Text Example


Text Example

White with #0C983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C983A; }

 p { color: rgb(12,152,58); }

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

background-color css

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

 a { background-color: rgb(12,152,58); }

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

border-color css

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

 span { border-color: rgb(12,152,58); }

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