Html Css Color HEX #0CC53B Dark Pastel Green

📋 copy color: '#0CC53B'

red 12 ◦ green 197 ◦ blue 59

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

Shades of Dark Pastel Green #0CC53B

Tints of Dark Pastel Green #0CC53B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.51%

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 4.48%
G = 73.51%
B = 22.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#0CC53B (or 0x0CC53B) is known color: Dark Pastel Green. HEX triplet: 0C, C5 and 3B. RGB value is (12,197,59). Sum of RGB (Red+Green+Blue) = 12+197+59=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC53B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC53B is #F33AC4. Grayscale: #7E7E7E. Windows color (decimal): -15940293 or 3917068. OLE color: 3917068.

HSL color Cylindrical-coordinate representation of color #0CC53B: hue angle of 135.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC53B is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 197 59 -
CMYK 0.94 0 0.70 0.23
HSL 135.24º 0.89% 0.41% -
HSV(B) 135.24º 0.94% 0.77% -
XYZ 20.91 40.33 10.82 -
YUV 125.95 90.21 46.72 -
System Red Green Blue C M Y K H S L
Decimal 12 197 59 0.94 0 0.70 0.23 135.24 0.89 0.41
Hex C C5 3B 5E 0 46 17 87 59 29
Octal 14 305 73 136 0 106 27 207 131 51
Binary 1100 11000101 111011 1011110 0 1000110 10111 10000111 1011001 101001

Color Harmonies of #0CC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC53B

Black with #0CC53B

Text Example


Text Example

White with #0CC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,197,59); }

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

background-color css

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

 a { background-color: rgb(12,197,59); }

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

border-color css

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

 span { border-color: rgb(12,197,59); }

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