Html Css Color HEX #0C9E55 Pigment Green

📋 copy color: '#0C9E55'

red 12 ◦ green 158 ◦ blue 85

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

Shades of Pigment Green #0C9E55

Tints of Pigment Green #0C9E55

RGB

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

 GREEN value IS 158 (62.11% from 255) = 61.96%

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

R = 4.71%
G = 61.96%
B = 33.33%

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

#0C9E55 (or 0x0C9E55) is known color: Pigment Green. HEX triplet: 0C, 9E and 55. RGB value is (12,158,85). Sum of RGB (Red+Green+Blue) = 12+158+85=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 158 (62.11% from 255 or 61.96% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9E55 is #F361AA. Grayscale: #6A6A6A. Windows color (decimal): -15950251 or 5611020. OLE color: 5611020.

HSL color Cylindrical-coordinate representation of color #0C9E55: hue angle of 150º 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 #0C9E55 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 158 85 -
CMYK 0.92 0 0.46 0.38
HSL 150º 0.86% 0.33% -
HSV(B) 150º 0.92% 0.62% -
XYZ 14.02 25.19 12.72 -
YUV 106.02 116.13 60.94 -
System Red Green Blue C M Y K H S L
Decimal 12 158 85 0.92 0 0.46 0.38 150 0.86 0.33
Hex C 9E 55 5C 0 2E 26 96 56 21
Octal 14 236 125 134 0 56 46 226 126 41
Binary 1100 10011110 1010101 1011100 0 101110 100110 10010110 1010110 100001

Color Harmonies of #0C9E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9E55

Black with #0C9E55

Text Example


Text Example

White with #0C9E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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