Html Css Color HEX #0CC341 Dark Pastel Green

📋 copy color: '#0CC341'

red 12 ◦ green 195 ◦ blue 65

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

Shades of Dark Pastel Green #0CC341

Tints of Dark Pastel Green #0CC341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 71.69%

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 4.41%
G = 71.69%
B = 23.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#0CC341 (or 0x0CC341) is known color: Dark Pastel Green. HEX triplet: 0C, C3 and 41. RGB value is (12,195,65). Sum of RGB (Red+Green+Blue) = 12+195+65=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC341 is #F33CBE. Grayscale: #7D7D7D. Windows color (decimal): -15940799 or 4309772. OLE color: 4309772.

HSL color Cylindrical-coordinate representation of color #0CC341: hue angle of 137.38º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC341 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 65 -
CMYK 0.94 0 0.67 0.24
HSL 137.38º 0.88% 0.41% -
HSV(B) 137.38º 0.94% 0.76% -
XYZ 20.62 39.49 11.54 -
YUV 125.46 93.87 47.07 -
System Red Green Blue C M Y K H S L
Decimal 12 195 65 0.94 0 0.67 0.24 137.38 0.88 0.41
Hex C C3 41 5E 0 43 18 89 58 29
Octal 14 303 101 136 0 103 30 211 130 51
Binary 1100 11000011 1000001 1011110 0 1000011 11000 10001001 1011000 101001

Color Harmonies of #0CC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC341

Black with #0CC341

Text Example


Text Example

White with #0CC341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,65); }

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

background-color css

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

 a { background-color: rgb(12,195,65); }

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

border-color css

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

 span { border-color: rgb(12,195,65); }

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