Html Css Color HEX #0CD23A Dark Pastel Green

📋 copy color: '#0CD23A'

red 12 ◦ green 210 ◦ blue 58

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

Shades of Dark Pastel Green #0CD23A

Tints of Dark Pastel Green #0CD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 75%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 4.29%
G = 75%
B = 20.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#0CD23A (or 0x0CD23A) is known color: Dark Pastel Green. HEX triplet: 0C, D2 and 3A. RGB value is (12,210,58). Sum of RGB (Red+Green+Blue) = 12+210+58=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD23A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD23A is #F32DC5. Grayscale: #858585. Windows color (decimal): -15936966 or 3854860. OLE color: 3854860.

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

Color convert

RGB 12 210 58 -
CMYK 0.94 0 0.72 0.18
HSL 133.94º 0.89% 0.44% -
HSV(B) 133.94º 0.94% 0.82% -
XYZ 23.96 46.48 11.71 -
YUV 133.47 85.4 41.36 -
System Red Green Blue C M Y K H S L
Decimal 12 210 58 0.94 0 0.72 0.18 133.94 0.89 0.44
Hex C D2 3A 5E 0 48 12 86 59 2C
Octal 14 322 72 136 0 110 22 206 131 54
Binary 1100 11010010 111010 1011110 0 1001000 10010 10000110 1011001 101100

Color Harmonies of #0CD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD23A

Black with #0CD23A

Text Example


Text Example

White with #0CD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,210,58); }

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

background-color css

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

 a { background-color: rgb(12,210,58); }

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

border-color css

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

 span { border-color: rgb(12,210,58); }

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