Html Css Color HEX #0CD538 Dark Pastel Green

📋 copy color: '#0CD538'

red 12 ◦ green 213 ◦ blue 56

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

Shades of Dark Pastel Green #0CD538

Tints of Dark Pastel Green #0CD538

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.8%

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 4.27%
G = 75.8%
B = 19.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#0CD538 (or 0x0CD538) is known color: Dark Pastel Green. HEX triplet: 0C, D5 and 38. RGB value is (12,213,56). Sum of RGB (Red+Green+Blue) = 12+213+56=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 213 (83.59% from 255 or 75.80% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD538 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD538 is #F32AC7. Grayscale: #878787. Windows color (decimal): -15936200 or 3724556. OLE color: 3724556.

HSL color Cylindrical-coordinate representation of color #0CD538: hue angle of 133.13º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD538 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 213 56 -
CMYK 0.94 0 0.74 0.16
HSL 133.13º 0.89% 0.44% -
HSV(B) 133.13º 0.94% 0.84% -
XYZ 24.66 47.95 11.7 -
YUV 135 83.41 40.27 -
System Red Green Blue C M Y K H S L
Decimal 12 213 56 0.94 0 0.74 0.16 133.13 0.89 0.44
Hex C D5 38 5E 0 4A 10 85 59 2C
Octal 14 325 70 136 0 112 20 205 131 54
Binary 1100 11010101 111000 1011110 0 1001010 10000 10000101 1011001 101100

Color Harmonies of #0CD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD538

Black with #0CD538

Text Example


Text Example

White with #0CD538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,56); }

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

background-color css

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

 a { background-color: rgb(12,213,56); }

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

border-color css

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

 span { border-color: rgb(12,213,56); }

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