Html Css Color HEX #0C9E52 Pigment Green

📋 copy color: '#0C9E52'

red 12 ◦ green 158 ◦ blue 82

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

Shades of Pigment Green #0C9E52

Tints of Pigment Green #0C9E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 4.76%
G = 62.7%
B = 32.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#0C9E52 (or 0x0C9E52) is known color: Pigment Green. HEX triplet: 0C, 9E and 52. RGB value is (12,158,82). Sum of RGB (Red+Green+Blue) = 12+158+82=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 158 (62.11% from 255 or 62.70% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9E52 is #F361AD. Grayscale: #696969. Windows color (decimal): -15950254 or 5414412. OLE color: 5414412.

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

Color convert

RGB 12 158 82 -
CMYK 0.92 0 0.48 0.38
HSL 148.77º 0.86% 0.33% -
HSV(B) 148.77º 0.92% 0.62% -
XYZ 13.9 25.14 12.1 -
YUV 105.68 114.63 61.18 -
System Red Green Blue C M Y K H S L
Decimal 12 158 82 0.92 0 0.48 0.38 148.77 0.86 0.33
Hex C 9E 52 5C 0 30 26 95 56 21
Octal 14 236 122 134 0 60 46 225 126 41
Binary 1100 10011110 1010010 1011100 0 110000 100110 10010101 1010110 100001

Color Harmonies of #0C9E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9E52

Black with #0C9E52

Text Example


Text Example

White with #0C9E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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