Html Css Color HEX #0CD828 Dark Pastel Green

📋 copy color: '#0CD828'

red 12 ◦ green 216 ◦ blue 40

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

Shades of Dark Pastel Green #0CD828

Tints of Dark Pastel Green #0CD828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 4.48%
G = 80.6%
B = 14.93%

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

#0CD828 (or 0x0CD828) is known color: Dark Pastel Green. HEX triplet: 0C, D8 and 28. RGB value is (12,216,40). Sum of RGB (Red+Green+Blue) = 12+216+40=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 216 (84.77% from 255 or 80.60% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD828 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD828 is #F327D7. Grayscale: #878787. Windows color (decimal): -15935448 or 2676748. OLE color: 2676748.

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

Color convert

RGB 12 216 40 -
CMYK 0.94 0 0.81 0.15
HSL 128.24º 0.89% 0.45% -
HSV(B) 128.24º 0.94% 0.85% -
XYZ 25.09 49.34 10.21 -
YUV 134.94 74.41 40.31 -
System Red Green Blue C M Y K H S L
Decimal 12 216 40 0.94 0 0.81 0.15 128.24 0.89 0.45
Hex C D8 28 5E 0 51 F 80 59 2D
Octal 14 330 50 136 0 121 17 200 131 55
Binary 1100 11011000 101000 1011110 0 1010001 1111 10000000 1011001 101101

Color Harmonies of #0CD828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD828

Black with #0CD828

Text Example


Text Example

White with #0CD828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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