Html Css Color HEX #0CC348 Dark Pastel Green

📋 copy color: '#0CC348'

red 12 ◦ green 195 ◦ blue 72

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

Shades of Dark Pastel Green #0CC348

Tints of Dark Pastel Green #0CC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.89%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 4.3%
G = 69.89%
B = 25.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#0CC348 (or 0x0CC348) is known color: Dark Pastel Green. HEX triplet: 0C, C3 and 48. RGB value is (12,195,72). Sum of RGB (Red+Green+Blue) = 12+195+72=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC348 is #F33CB7. Grayscale: #7E7E7E. Windows color (decimal): -15940792 or 4768524. OLE color: 4768524.

HSL color Cylindrical-coordinate representation of color #0CC348: hue angle of 139.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC348 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 72 -
CMYK 0.94 0 0.63 0.24
HSL 139.67º 0.88% 0.41% -
HSV(B) 139.67º 0.94% 0.76% -
XYZ 20.84 39.58 12.67 -
YUV 126.26 97.37 46.5 -
System Red Green Blue C M Y K H S L
Decimal 12 195 72 0.94 0 0.63 0.24 139.67 0.88 0.41
Hex C C3 48 5E 0 3F 18 8C 58 29
Octal 14 303 110 136 0 77 30 214 130 51
Binary 1100 11000011 1001000 1011110 0 111111 11000 10001100 1011000 101001

Color Harmonies of #0CC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC348

Black with #0CC348

Text Example


Text Example

White with #0CC348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,72); }

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

background-color css

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

 a { background-color: rgb(12,195,72); }

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

border-color css

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

 span { border-color: rgb(12,195,72); }

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