Html Css Color HEX #0CC91C Dark Pastel Green

📋 copy color: '#0CC91C'

red 12 ◦ green 201 ◦ blue 28

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

Shades of Dark Pastel Green #0CC91C

Tints of Dark Pastel Green #0CC91C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 83.4%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 4.98%
G = 83.4%
B = 11.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#0CC91C (or 0x0CC91C) is known color: Dark Pastel Green. HEX triplet: 0C, C9 and 1C. RGB value is (12,201,28). Sum of RGB (Red+Green+Blue) = 12+201+28=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 201 (78.91% from 255 or 83.40% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC91C is #F336E3. Grayscale: #7D7D7D. Windows color (decimal): -15939300 or 1886476. OLE color: 1886476.

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

Color convert

RGB 12 201 28 -
CMYK 0.94 0 0.86 0.21
HSL 125.08º 0.89% 0.42% -
HSV(B) 125.08º 0.94% 0.79% -
XYZ 21.25 41.94 8.07 -
YUV 124.77 73.38 47.57 -
System Red Green Blue C M Y K H S L
Decimal 12 201 28 0.94 0 0.86 0.21 125.08 0.89 0.42
Hex C C9 1C 5E 0 56 15 7D 59 2A
Octal 14 311 34 136 0 126 25 175 131 52
Binary 1100 11001001 11100 1011110 0 1010110 10101 1111101 1011001 101010

Color Harmonies of #0CC91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC91C

Black with #0CC91C

Text Example


Text Example

White with #0CC91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,201,28); }

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

background-color css

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

 a { background-color: rgb(12,201,28); }

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

border-color css

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

 span { border-color: rgb(12,201,28); }

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