Html Css Color HEX #0CC52B Dark Pastel Green

📋 copy color: '#0CC52B'

red 12 ◦ green 197 ◦ blue 43

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

Shades of Dark Pastel Green #0CC52B

Tints of Dark Pastel Green #0CC52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 4.76%
G = 78.17%
B = 17.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#0CC52B (or 0x0CC52B) is known color: Dark Pastel Green. HEX triplet: 0C, C5 and 2B. RGB value is (12,197,43). Sum of RGB (Red+Green+Blue) = 12+197+43=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC52B is #F33AD4. Grayscale: #7C7C7C. Windows color (decimal): -15940309 or 2868492. OLE color: 2868492.

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

Color convert

RGB 12 197 43 -
CMYK 0.94 0 0.78 0.23
HSL 130.05º 0.89% 0.41% -
HSV(B) 130.05º 0.94% 0.77% -
XYZ 20.55 40.19 8.96 -
YUV 124.13 82.21 48.02 -
System Red Green Blue C M Y K H S L
Decimal 12 197 43 0.94 0 0.78 0.23 130.05 0.89 0.41
Hex C C5 2B 5E 0 4E 17 82 59 29
Octal 14 305 53 136 0 116 27 202 131 51
Binary 1100 11000101 101011 1011110 0 1001110 10111 10000010 1011001 101001

Color Harmonies of #0CC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC52B

Black with #0CC52B

Text Example


Text Example

White with #0CC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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