Html Css Color HEX #0CA541 Pigment Green

📋 copy color: '#0CA541'

red 12 ◦ green 165 ◦ blue 65

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

Shades of Pigment Green #0CA541

Tints of Pigment Green #0CA541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 68.18%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 4.96%
G = 68.18%
B = 26.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#0CA541 (or 0x0CA541) is known color: Pigment Green. HEX triplet: 0C, A5 and 41. RGB value is (12,165,65). Sum of RGB (Red+Green+Blue) = 12+165+65=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 165 (64.84% from 255 or 68.18% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA541 is #F35ABE. Grayscale: #6C6C6C. Windows color (decimal): -15948479 or 4302092. OLE color: 4302092.

HSL color Cylindrical-coordinate representation of color #0CA541: hue angle of 140.78º degrees, saturation: 0.86, 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 #0CA541 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 165 65 -
CMYK 0.93 0 0.61 0.35
HSL 140.78º 0.86% 0.35% -
HSV(B) 140.78º 0.93% 0.65% -
XYZ 14.56 27.37 9.52 -
YUV 107.85 103.81 59.63 -
System Red Green Blue C M Y K H S L
Decimal 12 165 65 0.93 0 0.61 0.35 140.78 0.86 0.35
Hex C A5 41 5D 0 3D 23 8D 56 23
Octal 14 245 101 135 0 75 43 215 126 43
Binary 1100 10100101 1000001 1011101 0 111101 100011 10001101 1010110 100011

Color Harmonies of #0CA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA541

Black with #0CA541

Text Example


Text Example

White with #0CA541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,165,65); }

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

background-color css

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

 a { background-color: rgb(12,165,65); }

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

border-color css

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

 span { border-color: rgb(12,165,65); }

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