Html Css Color HEX #0CBC1A Dark Pastel Green

📋 copy color: '#0CBC1A'

red 12 ◦ green 188 ◦ blue 26

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

Shades of Dark Pastel Green #0CBC1A

Tints of Dark Pastel Green #0CBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 83.19%

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 5.31%
G = 83.19%
B = 11.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#0CBC1A (or 0x0CBC1A) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 1A. RGB value is (12,188,26). Sum of RGB (Red+Green+Blue) = 12+188+26=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBC1A is #F343E5. Grayscale: #757575. Windows color (decimal): -15942630 or 1752076. OLE color: 1752076.

HSL color Cylindrical-coordinate representation of color #0CBC1A: hue angle of 124.77º 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 #0CBC1A is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 26 -
CMYK 0.94 0 0.86 0.26
HSL 124.77º 0.88% 0.39% -
HSV(B) 124.77º 0.94% 0.74% -
XYZ 18.32 36.12 6.98 -
YUV 116.91 76.69 53.17 -
System Red Green Blue C M Y K H S L
Decimal 12 188 26 0.94 0 0.86 0.26 124.77 0.88 0.39
Hex C BC 1A 5E 0 56 1A 7D 58 27
Octal 14 274 32 136 0 126 32 175 130 47
Binary 1100 10111100 11010 1011110 0 1010110 11010 1111101 1011000 100111

Color Harmonies of #0CBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC1A

Black with #0CBC1A

Text Example


Text Example

White with #0CBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,26); }

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

background-color css

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

 a { background-color: rgb(12,188,26); }

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

border-color css

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

 span { border-color: rgb(12,188,26); }

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