Html Css Color HEX #0CD929 Dark Pastel Green

📋 copy color: '#0CD929'

red 12 ◦ green 217 ◦ blue 41

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

Shades of Dark Pastel Green #0CD929

Tints of Dark Pastel Green #0CD929

RGB

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

 GREEN value IS 217 (85.16% from 255) = 80.37%

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

R = 4.44%
G = 80.37%
B = 15.19%

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

#0CD929 (or 0x0CD929) is known color: Dark Pastel Green. HEX triplet: 0C, D9 and 29. RGB value is (12,217,41). Sum of RGB (Red+Green+Blue) = 12+217+41=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 217 (85.16% from 255 or 80.37% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD929 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD929 is #F326D6. Grayscale: #888888. Windows color (decimal): -15935191 or 2742540. OLE color: 2742540.

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

Color convert

RGB 12 217 41 -
CMYK 0.94 0 0.81 0.15
HSL 128.49º 0.9% 0.45% -
HSV(B) 128.49º 0.94% 0.85% -
XYZ 25.36 49.86 10.39 -
YUV 135.64 74.58 39.81 -
System Red Green Blue C M Y K H S L
Decimal 12 217 41 0.94 0 0.81 0.15 128.49 0.9 0.45
Hex C D9 29 5E 0 51 F 80 5A 2D
Octal 14 331 51 136 0 121 17 200 132 55
Binary 1100 11011001 101001 1011110 0 1010001 1111 10000000 1011010 101101

Color Harmonies of #0CD929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD929

Black with #0CD929

Text Example


Text Example

White with #0CD929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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