Html Css Color HEX #0CC329 Dark Pastel Green

📋 copy color: '#0CC329'

red 12 ◦ green 195 ◦ blue 41

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

Shades of Dark Pastel Green #0CC329

Tints of Dark Pastel Green #0CC329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 4.84%
G = 78.63%
B = 16.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#0CC329 (or 0x0CC329) is known color: Dark Pastel Green. HEX triplet: 0C, C3 and 29. RGB value is (12,195,41). Sum of RGB (Red+Green+Blue) = 12+195+41=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC329 is #F33CD6. Grayscale: #7B7B7B. Windows color (decimal): -15940823 or 2736908. OLE color: 2736908.

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

Color convert

RGB 12 195 41 -
CMYK 0.94 0 0.79 0.24
HSL 129.51º 0.88% 0.41% -
HSV(B) 129.51º 0.94% 0.76% -
XYZ 20.07 39.27 8.62 -
YUV 122.73 81.87 49.02 -
System Red Green Blue C M Y K H S L
Decimal 12 195 41 0.94 0 0.79 0.24 129.51 0.88 0.41
Hex C C3 29 5E 0 4F 18 82 58 29
Octal 14 303 51 136 0 117 30 202 130 51
Binary 1100 11000011 101001 1011110 0 1001111 11000 10000010 1011000 101001

Color Harmonies of #0CC329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC329

Black with #0CC329

Text Example


Text Example

White with #0CC329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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