Html Css Color HEX #0CC517 Dark Pastel Green

📋 copy color: '#0CC517'

red 12 ◦ green 197 ◦ blue 23

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

Shades of Dark Pastel Green #0CC517

Tints of Dark Pastel Green #0CC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 84.91%

 BLUE value IS 23 (9.38% from 255) = 9.91%

R = 5.17%
G = 84.91%
B = 9.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#0CC517 (or 0x0CC517) is known color: Dark Pastel Green. HEX triplet: 0C, C5 and 17. RGB value is (12,197,23). Sum of RGB (Red+Green+Blue) = 12+197+23=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 197 (77.34% from 255 or 84.91% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC517 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC517 is #F33AE8. Grayscale: #7A7A7A. Windows color (decimal): -15940329 or 1557772. OLE color: 1557772.

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

Color convert

RGB 12 197 23 -
CMYK 0.94 0 0.88 0.23
HSL 123.57º 0.89% 0.41% -
HSV(B) 123.57º 0.94% 0.77% -
XYZ 20.27 40.07 7.48 -
YUV 121.85 72.21 49.65 -
System Red Green Blue C M Y K H S L
Decimal 12 197 23 0.94 0 0.88 0.23 123.57 0.89 0.41
Hex C C5 17 5E 0 58 17 7C 59 29
Octal 14 305 27 136 0 130 27 174 131 51
Binary 1100 11000101 10111 1011110 0 1011000 10111 1111100 1011001 101001

Color Harmonies of #0CC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC517

Black with #0CC517

Text Example


Text Example

White with #0CC517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,197,23); }

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

background-color css

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

 a { background-color: rgb(12,197,23); }

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

border-color css

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

 span { border-color: rgb(12,197,23); }

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