Html Css Color HEX #0C9955 Pigment Green

📋 copy color: '#0C9955'

red 12 ◦ green 153 ◦ blue 85

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

Shades of Pigment Green #0C9955

Tints of Pigment Green #0C9955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 61.2%

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

R = 4.8%
G = 61.2%
B = 34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#0C9955 (or 0x0C9955) is known color: Pigment Green. HEX triplet: 0C, 99 and 55. RGB value is (12,153,85). Sum of RGB (Red+Green+Blue) = 12+153+85=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 153 (60.16% from 255 or 61.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9955 is #F366AA. Grayscale: #676767. Windows color (decimal): -15951531 or 5609740. OLE color: 5609740.

HSL color Cylindrical-coordinate representation of color #0C9955: hue angle of 151.06º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9955 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 85 -
CMYK 0.92 0 0.44 0.4
HSL 151.06º 0.85% 0.32% -
HSV(B) 151.06º 0.92% 0.6% -
XYZ 13.18 23.52 12.44 -
YUV 103.09 117.79 63.03 -
System Red Green Blue C M Y K H S L
Decimal 12 153 85 0.92 0 0.44 0.4 151.06 0.85 0.32
Hex C 99 55 5C 0 2C 28 97 55 20
Octal 14 231 125 134 0 54 50 227 125 40
Binary 1100 10011001 1010101 1011100 0 101100 101000 10010111 1010101 100000

Color Harmonies of #0C9955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9955

Black with #0C9955

Text Example


Text Example

White with #0C9955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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