Html Css Color HEX #0CA348 Pigment Green

📋 copy color: '#0CA348'

red 12 ◦ green 163 ◦ blue 72

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

Shades of Pigment Green #0CA348

Tints of Pigment Green #0CA348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 65.99%

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 4.86%
G = 65.99%
B = 29.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#0CA348 (or 0x0CA348) is known color: Pigment Green. HEX triplet: 0C, A3 and 48. RGB value is (12,163,72). Sum of RGB (Red+Green+Blue) = 12+163+72=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA348 is #F35CB7. Grayscale: #6B6B6B. Windows color (decimal): -15948984 or 4760332. OLE color: 4760332.

HSL color Cylindrical-coordinate representation of color #0CA348: hue angle of 143.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA348 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 163 72 -
CMYK 0.93 0 0.56 0.36
HSL 143.84º 0.86% 0.34% -
HSV(B) 143.84º 0.93% 0.64% -
XYZ 14.42 26.74 10.53 -
YUV 107.48 107.97 59.9 -
System Red Green Blue C M Y K H S L
Decimal 12 163 72 0.93 0 0.56 0.36 143.84 0.86 0.34
Hex C A3 48 5D 0 38 24 90 56 22
Octal 14 243 110 135 0 70 44 220 126 42
Binary 1100 10100011 1001000 1011101 0 111000 100100 10010000 1010110 100010

Color Harmonies of #0CA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA348

Black with #0CA348

Text Example


Text Example

White with #0CA348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,163,72); }

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

background-color css

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

 a { background-color: rgb(12,163,72); }

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

border-color css

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

 span { border-color: rgb(12,163,72); }

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