Html Css Color HEX #0CC819 Dark Pastel Green

📋 copy color: '#0CC819'

red 12 ◦ green 200 ◦ blue 25

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

Shades of Dark Pastel Green #0CC819

Tints of Dark Pastel Green #0CC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 84.39%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 5.06%
G = 84.39%
B = 10.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#0CC819 (or 0x0CC819) is known color: Dark Pastel Green. HEX triplet: 0C, C8 and 19. RGB value is (12,200,25). Sum of RGB (Red+Green+Blue) = 12+200+25=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 200 (78.52% from 255 or 84.39% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC819 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC819 is #F337E6. Grayscale: #7C7C7C. Windows color (decimal): -15939559 or 1689612. OLE color: 1689612.

HSL color Cylindrical-coordinate representation of color #0CC819: hue angle of 124.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC819 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 25 -
CMYK 0.94 0 0.88 0.22
HSL 124.15º 0.89% 0.42% -
HSV(B) 124.15º 0.94% 0.78% -
XYZ 20.98 41.46 7.82 -
YUV 123.84 72.22 48.23 -
System Red Green Blue C M Y K H S L
Decimal 12 200 25 0.94 0 0.88 0.22 124.15 0.89 0.42
Hex C C8 19 5E 0 58 16 7C 59 2A
Octal 14 310 31 136 0 130 26 174 131 52
Binary 1100 11001000 11001 1011110 0 1011000 10110 1111100 1011001 101010

Color Harmonies of #0CC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC819

Black with #0CC819

Text Example


Text Example

White with #0CC819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,200,25); }

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

background-color css

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

 a { background-color: rgb(12,200,25); }

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

border-color css

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

 span { border-color: rgb(12,200,25); }

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