Html Css Color HEX #0CCC38 Dark Pastel Green

📋 copy color: '#0CCC38'

red 12 ◦ green 204 ◦ blue 56

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

Shades of Dark Pastel Green #0CCC38

Tints of Dark Pastel Green #0CCC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 4.41%
G = 75%
B = 20.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#0CCC38 (or 0x0CCC38) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 38. RGB value is (12,204,56). Sum of RGB (Red+Green+Blue) = 12+204+56=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC38 is #F333C7. Grayscale: #828282. Windows color (decimal): -15938504 or 3722252. OLE color: 3722252.

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

Color convert

RGB 12 204 56 -
CMYK 0.94 0 0.73 0.2
HSL 133.75º 0.89% 0.42% -
HSV(B) 133.75º 0.94% 0.8% -
XYZ 22.46 43.55 10.96 -
YUV 129.72 86.39 44.03 -
System Red Green Blue C M Y K H S L
Decimal 12 204 56 0.94 0 0.73 0.2 133.75 0.89 0.42
Hex C CC 38 5E 0 49 14 86 59 2A
Octal 14 314 70 136 0 111 24 206 131 52
Binary 1100 11001100 111000 1011110 0 1001001 10100 10000110 1011001 101010

Color Harmonies of #0CCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC38

Black with #0CCC38

Text Example


Text Example

White with #0CCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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