Html Css Color HEX #0CCB40 Dark Pastel Green

📋 copy color: '#0CCB40'

red 12 ◦ green 203 ◦ blue 64

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

Shades of Dark Pastel Green #0CCB40

Tints of Dark Pastel Green #0CCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 72.76%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 4.3%
G = 72.76%
B = 22.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#0CCB40 (or 0x0CCB40) is known color: Dark Pastel Green. HEX triplet: 0C, CB and 40. RGB value is (12,203,64). Sum of RGB (Red+Green+Blue) = 12+203+64=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCB40 is #F334BF. Grayscale: #828282. Windows color (decimal): -15938752 or 4246284. OLE color: 4246284.

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

Color convert

RGB 12 203 64 -
CMYK 0.94 0 0.68 0.20
HSL 136.34º 0.89% 0.42% -
HSV(B) 136.34º 0.94% 0.8% -
XYZ 22.43 43.16 12 -
YUV 130.05 90.72 43.8 -
System Red Green Blue C M Y K H S L
Decimal 12 203 64 0.94 0 0.68 0.20 136.34 0.89 0.42
Hex C CB 40 5E 0 44 14 88 59 2A
Octal 14 313 100 136 0 104 24 210 131 52
Binary 1100 11001011 1000000 1011110 0 1000100 10100 10001000 1011001 101010

Color Harmonies of #0CCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCB40

Black with #0CCB40

Text Example


Text Example

White with #0CCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,64); }

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

background-color css

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

 a { background-color: rgb(12,203,64); }

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

border-color css

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

 span { border-color: rgb(12,203,64); }

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