Html Css Color HEX #0CBD5A Pigment Green

📋 copy color: '#0CBD5A'

red 12 ◦ green 189 ◦ blue 90

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

Shades of Pigment Green #0CBD5A

Tints of Pigment Green #0CBD5A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.95%

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 4.12%
G = 64.95%
B = 30.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#0CBD5A (or 0x0CBD5A) is known color: Pigment Green. HEX triplet: 0C, BD and 5A. RGB value is (12,189,90). Sum of RGB (Red+Green+Blue) = 12+189+90=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBD5A is #F342A5. Grayscale: #7D7D7D. Windows color (decimal): -15942310 or 5946636. OLE color: 5946636.

HSL color Cylindrical-coordinate representation of color #0CBD5A: hue angle of 146.44º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBD5A is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 189 90 -
CMYK 0.94 0 0.52 0.26
HSL 146.44º 0.88% 0.39% -
HSV(B) 146.44º 0.94% 0.74% -
XYZ 20.19 37.21 15.79 -
YUV 124.79 108.36 47.55 -
System Red Green Blue C M Y K H S L
Decimal 12 189 90 0.94 0 0.52 0.26 146.44 0.88 0.39
Hex C BD 5A 5E 0 34 1A 92 58 27
Octal 14 275 132 136 0 64 32 222 130 47
Binary 1100 10111101 1011010 1011110 0 110100 11010 10010010 1011000 100111

Color Harmonies of #0CBD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBD5A

Black with #0CBD5A

Text Example


Text Example

White with #0CBD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,189,90); }

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

background-color css

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

 a { background-color: rgb(12,189,90); }

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

border-color css

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

 span { border-color: rgb(12,189,90); }

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