Html Css Color HEX #0CA748 Pigment Green

📋 copy color: '#0CA748'

red 12 ◦ green 167 ◦ blue 72

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

Shades of Pigment Green #0CA748

Tints of Pigment Green #0CA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 66.53%

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

R = 4.78%
G = 66.53%
B = 28.69%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#0CA748 (or 0x0CA748) is known color: Pigment Green. HEX triplet: 0C, A7 and 48. RGB value is (12,167,72). Sum of RGB (Red+Green+Blue) = 12+167+72=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA748 is #F358B7. Grayscale: #6E6E6E. Windows color (decimal): -15947960 or 4761356. OLE color: 4761356.

HSL color Cylindrical-coordinate representation of color #0CA748: hue angle of 143.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA748 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 167 72 -
CMYK 0.93 0 0.57 0.35
HSL 143.23º 0.87% 0.35% -
HSV(B) 143.23º 0.93% 0.65% -
XYZ 15.14 28.18 10.77 -
YUV 109.83 106.65 58.22 -
System Red Green Blue C M Y K H S L
Decimal 12 167 72 0.93 0 0.57 0.35 143.23 0.87 0.35
Hex C A7 48 5D 0 39 23 8F 57 23
Octal 14 247 110 135 0 71 43 217 127 43
Binary 1100 10100111 1001000 1011101 0 111001 100011 10001111 1010111 100011

Color Harmonies of #0CA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA748

Black with #0CA748

Text Example


Text Example

White with #0CA748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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