Html Css Color HEX #0C9D55 Pigment Green

📋 copy color: '#0C9D55'

red 12 ◦ green 157 ◦ blue 85

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

Shades of Pigment Green #0C9D55

Tints of Pigment Green #0C9D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 61.81%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 4.72%
G = 61.81%
B = 33.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#0C9D55 (or 0x0C9D55) is known color: Pigment Green. HEX triplet: 0C, 9D and 55. RGB value is (12,157,85). Sum of RGB (Red+Green+Blue) = 12+157+85=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 157 (61.72% from 255 or 61.81% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9D55 is #F362AA. Grayscale: #696969. Windows color (decimal): -15950507 or 5610764. OLE color: 5610764.

HSL color Cylindrical-coordinate representation of color #0C9D55: hue angle of 150.21º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D55 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 157 85 -
CMYK 0.92 0 0.46 0.38
HSL 150.21º 0.86% 0.33% -
HSV(B) 150.21º 0.92% 0.62% -
XYZ 13.85 24.85 12.66 -
YUV 105.44 116.46 61.35 -
System Red Green Blue C M Y K H S L
Decimal 12 157 85 0.92 0 0.46 0.38 150.21 0.86 0.33
Hex C 9D 55 5C 0 2E 26 96 56 21
Octal 14 235 125 134 0 56 46 226 126 41
Binary 1100 10011101 1010101 1011100 0 101110 100110 10010110 1010110 100001

Color Harmonies of #0C9D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9D55

Black with #0C9D55

Text Example


Text Example

White with #0C9D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,157,85); }

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

background-color css

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

 a { background-color: rgb(12,157,85); }

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

border-color css

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

 span { border-color: rgb(12,157,85); }

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