Html Css Color HEX #0CC328 Dark Pastel Green

📋 copy color: '#0CC328'

red 12 ◦ green 195 ◦ blue 40

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

Shades of Dark Pastel Green #0CC328

Tints of Dark Pastel Green #0CC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 4.86%
G = 78.95%
B = 16.19%

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

#0CC328 (or 0x0CC328) is known color: Dark Pastel Green. HEX triplet: 0C, C3 and 28. RGB value is (12,195,40). Sum of RGB (Red+Green+Blue) = 12+195+40=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC328 is #F33CD7. Grayscale: #7B7B7B. Windows color (decimal): -15940824 or 2671372. OLE color: 2671372.

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

Color convert

RGB 12 195 40 -
CMYK 0.94 0 0.79 0.24
HSL 129.18º 0.88% 0.41% -
HSV(B) 129.18º 0.94% 0.76% -
XYZ 20.05 39.26 8.53 -
YUV 122.61 81.37 49.1 -
System Red Green Blue C M Y K H S L
Decimal 12 195 40 0.94 0 0.79 0.24 129.18 0.88 0.41
Hex C C3 28 5E 0 4F 18 81 58 29
Octal 14 303 50 136 0 117 30 201 130 51
Binary 1100 11000011 101000 1011110 0 1001111 11000 10000001 1011000 101001

Color Harmonies of #0CC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC328

Black with #0CC328

Text Example


Text Example

White with #0CC328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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