Html Css Color HEX #0CD829 Dark Pastel Green

📋 copy color: '#0CD829'

red 12 ◦ green 216 ◦ blue 41

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

Shades of Dark Pastel Green #0CD829

Tints of Dark Pastel Green #0CD829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 4.46%
G = 80.3%
B = 15.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#0CD829 (or 0x0CD829) is known color: Dark Pastel Green. HEX triplet: 0C, D8 and 29. RGB value is (12,216,41). Sum of RGB (Red+Green+Blue) = 12+216+41=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 216 (84.77% from 255 or 80.30% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD829 is #F327D6. Grayscale: #878787. Windows color (decimal): -15935447 or 2742284. OLE color: 2742284.

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

Color convert

RGB 12 216 41 -
CMYK 0.94 0 0.81 0.15
HSL 128.53º 0.89% 0.45% -
HSV(B) 128.53º 0.94% 0.85% -
XYZ 25.11 49.35 10.3 -
YUV 135.05 74.91 40.23 -
System Red Green Blue C M Y K H S L
Decimal 12 216 41 0.94 0 0.81 0.15 128.53 0.89 0.45
Hex C D8 29 5E 0 51 F 81 59 2D
Octal 14 330 51 136 0 121 17 201 131 55
Binary 1100 11011000 101001 1011110 0 1010001 1111 10000001 1011001 101101

Color Harmonies of #0CD829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD829

Black with #0CD829

Text Example


Text Example

White with #0CD829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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