Html Css Color HEX #0CD836 Dark Pastel Green

📋 copy color: '#0CD836'

red 12 ◦ green 216 ◦ blue 54

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

Shades of Dark Pastel Green #0CD836

Tints of Dark Pastel Green #0CD836

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.6%

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 4.26%
G = 76.6%
B = 19.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#0CD836 (or 0x0CD836) is known color: Dark Pastel Green. HEX triplet: 0C, D8 and 36. RGB value is (12,216,54). Sum of RGB (Red+Green+Blue) = 12+216+54=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 216 (84.77% from 255 or 76.60% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD836 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD836 is #F327C9. Grayscale: #888888. Windows color (decimal): -15935434 or 3594252. OLE color: 3594252.

HSL color Cylindrical-coordinate representation of color #0CD836: hue angle of 132.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD836 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 216 54 -
CMYK 0.94 0 0.75 0.15
HSL 132.35º 0.89% 0.45% -
HSV(B) 132.35º 0.94% 0.85% -
XYZ 25.37 49.46 11.7 -
YUV 136.54 81.41 39.17 -
System Red Green Blue C M Y K H S L
Decimal 12 216 54 0.94 0 0.75 0.15 132.35 0.89 0.45
Hex C D8 36 5E 0 4B F 84 59 2D
Octal 14 330 66 136 0 113 17 204 131 55
Binary 1100 11011000 110110 1011110 0 1001011 1111 10000100 1011001 101101

Color Harmonies of #0CD836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD836

Black with #0CD836

Text Example


Text Example

White with #0CD836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,216,54); }

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

background-color css

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

 a { background-color: rgb(12,216,54); }

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

border-color css

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

 span { border-color: rgb(12,216,54); }

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