Html Css Color HEX #0CB41C Dark Pastel Green

📋 copy color: '#0CB41C'

red 12 ◦ green 180 ◦ blue 28

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

Shades of Dark Pastel Green #0CB41C

Tints of Dark Pastel Green #0CB41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 81.82%

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 5.45%
G = 81.82%
B = 12.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#0CB41C (or 0x0CB41C) is known color: Dark Pastel Green. HEX triplet: 0C, B4 and 1C. RGB value is (12,180,28). Sum of RGB (Red+Green+Blue) = 12+180+28=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 180 (70.70% from 255 or 81.82% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB41C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB41C is #F34BE3. Grayscale: #707070. Windows color (decimal): -15944676 or 1881100. OLE color: 1881100.

HSL color Cylindrical-coordinate representation of color #0CB41C: hue angle of 125.71º 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 #0CB41C is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 180 28 -
CMYK 0.93 0 0.84 0.29
HSL 125.71º 0.88% 0.38% -
HSV(B) 125.71º 0.93% 0.71% -
XYZ 16.68 32.8 6.55 -
YUV 112.44 80.34 56.36 -
System Red Green Blue C M Y K H S L
Decimal 12 180 28 0.93 0 0.84 0.29 125.71 0.88 0.38
Hex C B4 1C 5D 0 54 1D 7E 58 26
Octal 14 264 34 135 0 124 35 176 130 46
Binary 1100 10110100 11100 1011101 0 1010100 11101 1111110 1011000 100110

Color Harmonies of #0CB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB41C

Black with #0CB41C

Text Example


Text Example

White with #0CB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,28); }

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

background-color css

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

 a { background-color: rgb(12,180,28); }

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

border-color css

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

 span { border-color: rgb(12,180,28); }

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