Html Css Color HEX #0CCC3A Dark Pastel Green

📋 copy color: '#0CCC3A'

red 12 ◦ green 204 ◦ blue 58

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

Shades of Dark Pastel Green #0CCC3A

Tints of Dark Pastel Green #0CCC3A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.45%

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

R = 4.38%
G = 74.45%
B = 21.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#0CCC3A (or 0x0CCC3A) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 3A. RGB value is (12,204,58). Sum of RGB (Red+Green+Blue) = 12+204+58=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC3A is #F333C5. Grayscale: #828282. Windows color (decimal): -15938502 or 3853324. OLE color: 3853324.

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

Color convert

RGB 12 204 58 -
CMYK 0.94 0 0.72 0.2
HSL 134.38º 0.89% 0.42% -
HSV(B) 134.38º 0.94% 0.8% -
XYZ 22.51 43.57 11.23 -
YUV 129.95 87.39 43.87 -
System Red Green Blue C M Y K H S L
Decimal 12 204 58 0.94 0 0.72 0.2 134.38 0.89 0.42
Hex C CC 3A 5E 0 48 14 86 59 2A
Octal 14 314 72 136 0 110 24 206 131 52
Binary 1100 11001100 111010 1011110 0 1001000 10100 10000110 1011001 101010

Color Harmonies of #0CCC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC3A

Black with #0CCC3A

Text Example


Text Example

White with #0CCC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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