Html Css Color HEX #06BC40 Dark Pastel Green

📋 copy color: '#06BC40'

red 6 ◦ green 188 ◦ blue 64

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

Shades of Dark Pastel Green #06BC40

Tints of Dark Pastel Green #06BC40

RGB

 RED value IS 6 (2.73% from 255) = 2.33%

 GREEN value IS 188 (73.83% from 255) = 72.87%

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

R = 2.33%
G = 72.87%
B = 24.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#06BC40 (or 0x06BC40) is known color: Dark Pastel Green. HEX triplet: 06, BC and 40. RGB value is (6,188,64). Sum of RGB (Red+Green+Blue) = 6+188+64=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 188 (73.83% from 255 or 72.87% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BC40 is #F943BF. Grayscale: #777777. Windows color (decimal): -16335808 or 4242438. OLE color: 4242438.

HSL color Cylindrical-coordinate representation of color #06BC40: hue angle of 139.12º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC40 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 64 -
CMYK 0.97 0 0.66 0.26
HSL 139.12º 0.94% 0.38% -
HSV(B) 139.12º 0.97% 0.74% -
XYZ 18.98 36.38 10.87 -
YUV 119.45 96.7 47.08 -
System Red Green Blue C M Y K H S L
Decimal 6 188 64 0.97 0 0.66 0.26 139.12 0.94 0.38
Hex 6 BC 40 61 0 42 1A 8B 5E 26
Octal 6 274 100 141 0 102 32 213 136 46
Binary 110 10111100 1000000 1100001 0 1000010 11010 10001011 1011110 100110

Color Harmonies of #06BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC40

Black with #06BC40

Text Example


Text Example

White with #06BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BC40; }

 p { color: rgb(6,188,64); }

 H1.HeaderClassName
 {
   color: #06BC40;
 }
 .AnyTagClassName
 {
   color: #06BC40;
 }
</style>

background-color css

<style>
 a { background-color: #06BC40; }

 a { background-color: rgb(6,188,64); }

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

border-color css

<style>
 span { border-color: #06BC40; }

 span { border-color: rgb(6,188,64); }

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