Html Css Color HEX #0C9E54 Pigment Green

📋 copy color: '#0C9E54'

red 12 ◦ green 158 ◦ blue 84

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

Shades of Pigment Green #0C9E54

Tints of Pigment Green #0C9E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 4.72%
G = 62.2%
B = 33.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#0C9E54 (or 0x0C9E54) is known color: Pigment Green. HEX triplet: 0C, 9E and 54. RGB value is (12,158,84). Sum of RGB (Red+Green+Blue) = 12+158+84=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 158 (62.11% from 255 or 62.20% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9E54 is #F361AB. Grayscale: #6A6A6A. Windows color (decimal): -15950252 or 5545484. OLE color: 5545484.

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

Color convert

RGB 12 158 84 -
CMYK 0.92 0 0.47 0.38
HSL 149.59º 0.86% 0.33% -
HSV(B) 149.59º 0.92% 0.62% -
XYZ 13.98 25.17 12.51 -
YUV 105.91 115.63 61.02 -
System Red Green Blue C M Y K H S L
Decimal 12 158 84 0.92 0 0.47 0.38 149.59 0.86 0.33
Hex C 9E 54 5C 0 2F 26 96 56 21
Octal 14 236 124 134 0 57 46 226 126 41
Binary 1100 10011110 1010100 1011100 0 101111 100110 10010110 1010110 100001

Color Harmonies of #0C9E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9E54

Black with #0C9E54

Text Example


Text Example

White with #0C9E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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