Html Css Color HEX #0CB54D Pigment Green

📋 copy color: '#0CB54D'

red 12 ◦ green 181 ◦ blue 77

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

Shades of Pigment Green #0CB54D

Tints of Pigment Green #0CB54D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 67.04%

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 4.44%
G = 67.04%
B = 28.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#0CB54D (or 0x0CB54D) is known color: Pigment Green. HEX triplet: 0C, B5 and 4D. RGB value is (12,181,77). Sum of RGB (Red+Green+Blue) = 12+181+77=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB54D is #F34AB2. Grayscale: #767676. Windows color (decimal): -15944371 or 5092620. OLE color: 5092620.

HSL color Cylindrical-coordinate representation of color #0CB54D: hue angle of 143.08º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB54D is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 181 77 -
CMYK 0.93 0 0.57 0.29
HSL 143.08º 0.88% 0.38% -
HSV(B) 143.08º 0.93% 0.71% -
XYZ 18.02 33.66 12.57 -
YUV 118.61 104.51 51.96 -
System Red Green Blue C M Y K H S L
Decimal 12 181 77 0.93 0 0.57 0.29 143.08 0.88 0.38
Hex C B5 4D 5D 0 39 1D 8F 58 26
Octal 14 265 115 135 0 71 35 217 130 46
Binary 1100 10110101 1001101 1011101 0 111001 11101 10001111 1011000 100110

Color Harmonies of #0CB54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB54D

Black with #0CB54D

Text Example


Text Example

White with #0CB54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,181,77); }

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

background-color css

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

 a { background-color: rgb(12,181,77); }

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

border-color css

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

 span { border-color: rgb(12,181,77); }

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